about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:20:45 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:20:45 +0000
commitc57f51d03c13f08107ff0f1631334327b2c1017f (patch)
tree8b42fde3a6b346eb9c25af352909d394d097c127 /Completion
parentbca0daa17fec08f7854afe5ee893443dcf0a382a (diff)
downloadzsh-c57f51d03c13f08107ff0f1631334327b2c1017f.tar.gz
zsh-c57f51d03c13f08107ff0f1631334327b2c1017f.tar.xz
zsh-c57f51d03c13f08107ff0f1631334327b2c1017f.zip
moved to Completion/BSD/Command/_cvsup
Diffstat (limited to 'Completion')
-rwxr-xr-xCompletion/Bsd/_cvsup27
1 files changed, 0 insertions, 27 deletions
diff --git a/Completion/Bsd/_cvsup b/Completion/Bsd/_cvsup
deleted file mode 100755
index 326fb722f..000000000
--- a/Completion/Bsd/_cvsup
+++ /dev/null
@@ -1,27 +0,0 @@
-#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 -/'