From a751000b53cac0d73faf5660b80aaf0377862764 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 12:20:52 +0000 Subject: moved from Completion/Bsd/_cvsup --- Completion/BSD/Command/_cvsup | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Completion/BSD/Command/_cvsup (limited to 'Completion/BSD') 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 -/' -- cgit 1.4.1