about summary refs log tree commit diff
path: root/Completion/BSD
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:20:52 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:20:52 +0000
commita751000b53cac0d73faf5660b80aaf0377862764 (patch)
tree9300ed557e6b8cbe88dd8b2f77432f1273bb17d9 /Completion/BSD
parentc57f51d03c13f08107ff0f1631334327b2c1017f (diff)
downloadzsh-a751000b53cac0d73faf5660b80aaf0377862764.tar.gz
zsh-a751000b53cac0d73faf5660b80aaf0377862764.tar.xz
zsh-a751000b53cac0d73faf5660b80aaf0377862764.zip
moved from Completion/Bsd/_cvsup
Diffstat (limited to 'Completion/BSD')
-rw-r--r--Completion/BSD/Command/_cvsup27
1 files changed, 27 insertions, 0 deletions
diff --git a/Completion/BSD/Command/_cvsup b/Completion/BSD/Command/_cvsup
new file mode 100644
index 000000000..326fb722f
--- /dev/null
+++ b/Completion/BSD/Command/_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 -/'