diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-12 10:37:30 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-12 10:37:30 +0000 |
commit | b2e70921b06eee523071218c8919a27c7f4ce206 (patch) | |
tree | fc51fa290e22b0e92d96c70a769c7872dcbc106d /Completion/BSD/Command/_csup | |
parent | 6ce77ad7ba2195687114180bc8e5476f1f1212b7 (diff) | |
download | zsh-b2e70921b06eee523071218c8919a27c7f4ce206.tar.gz zsh-b2e70921b06eee523071218c8919a27c7f4ce206.tar.xz zsh-b2e70921b06eee523071218c8919a27c7f4ce206.zip |
25435: Baptiste Daroussin <baptiste.daroussin@gmail.com>:
new and improved BSD completions unposted: fix Solaris completion .distfiles
Diffstat (limited to 'Completion/BSD/Command/_csup')
-rw-r--r-- | Completion/BSD/Command/_csup | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Completion/BSD/Command/_csup b/Completion/BSD/Command/_csup index 1a19bd1e5..ad36000c2 100644 --- a/Completion/BSD/Command/_csup +++ b/Completion/BSD/Command/_csup @@ -4,17 +4,17 @@ _arguments -s \ '-1[disable automatic retries]' \ '-4[Force usage of IPv4 addresses]' \ '-6[Force usage of IPv6 addresses]' \ - '-A:local address:_hosts' \ - '-b:base directory:_files -/' \ - '-c:collections directory:_files -/' \ - '-d:maximum number of deleted files:' \ - '-h:server host:_hosts' \ - '-i:file pattern:' \ + '-A[Local address to bind to when connecting to the server]:local address:_hosts' \ + '-b[Base directory]:base directory:_files -/' \ + '-c[Subdirectory of base for information about collections]:collections directory:_files -/' \ + '-d[maximum number of deleted files]:maximum number of deleted files:' \ + '-h[Server host]:server host:_hosts' \ + '-i[Include only files and directories matching]:file pattern:' \ '-k[keep temporary copies of failed updates]' \ - '-l:lock file:_files' \ - '-L:verbosity level:(0 1 2)' \ - '-p:port:_ports' \ - '-r:maximum number of retries:' \ + '-l[Lock file]:lock file:_files' \ + '-L[Verbosity level]:verbosity level:(0 1 2)' \ + '-p[Server port]:port:_ports' \ + '-r[maximum number of retries]:maximum number of retries:' \ '-s[suppress status checks]' \ '-v[print version information]' \ '(-Z)-z[enable compression]' \ |