diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-20 09:45:04 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-20 09:45:04 +0000 |
commit | 4debe47da511d78f9bee5d26926308e640b7bc9f (patch) | |
tree | 7064956c52f8b3db7aca03e5d906405a12e551bf /Completion/Bsd/_cvsup | |
parent | c9bedcd98923cd9890bd5d92ec5b0ada57bccc31 (diff) | |
download | zsh-4debe47da511d78f9bee5d26926308e640b7bc9f.tar.gz zsh-4debe47da511d78f9bee5d26926308e640b7bc9f.tar.xz zsh-4debe47da511d78f9bee5d26926308e640b7bc9f.zip |
new completions for FreeBSD commands (10861)
Diffstat (limited to 'Completion/Bsd/_cvsup')
-rwxr-xr-x | Completion/Bsd/_cvsup | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Completion/Bsd/_cvsup b/Completion/Bsd/_cvsup new file mode 100755 index 000000000..326fb722f --- /dev/null +++ b/Completion/Bsd/_cvsup @@ -0,0 +1,27 @@ +#compdef cvsup + +_arguments -s \ + '-1[disable automatic retries]' \ + '-a[server must athenticate itself]' \ + '-A:local adress:_hosts' \ + '-b:base directory:_files -/' \ + '-c:collections directory:_files -/' \ + '-d:maximum number of deleted files:' \ + '-D[perform only deletions]' \ + '(-E)-e[enable execution of commands from server]' \ + '(-e)-E[disable execution of commands from server]' \ + '-g[disable use of GUI]' \ + '-h:server host:_hosts' \ + '-i:file pattern:' \ + '-k[keep temporary copies of failed updates]' \ + '-l:lock file:_files' \ + '-L:verbosity level:(0 1 2)' \ + '-p:port:_ports' \ + '-P:connection mode:(m a port lo-hi -)' \ + '-r:maximum number of retries:' \ + '-s[suppress status checks]' \ + '-v[print version information]' \ + '(-Z)-z[enable compression]' \ + '(-z)-Z[disable compression]' \ + ':cvsup file:_files' \ + ':destination directory:_files -/' |