Update the todo list
[zfbsd.git] / _csup
blobad36000c260418fdf5b94dce6a619a9f2901e992
1 #compdef csup
3 _arguments -s \
4     '-1[disable automatic retries]' \
5     '-4[Force usage of IPv4 addresses]' \
6     '-6[Force usage of IPv6 addresses]' \
7     '-A[Local address to bind to when connecting to the server]:local address:_hosts' \
8     '-b[Base directory]:base directory:_files -/' \
9     '-c[Subdirectory of base for information about collections]:collections directory:_files -/' \
10     '-d[maximum number of deleted files]:maximum number of deleted files:' \
11     '-h[Server host]:server host:_hosts' \
12     '-i[Include only files and directories matching]:file pattern:' \
13     '-k[keep temporary copies of failed updates]' \
14     '-l[Lock file]:lock file:_files' \
15     '-L[Verbosity level]:verbosity level:(0 1 2)' \
16     '-p[Server port]:port:_ports' \
17     '-r[maximum number of retries]:maximum number of retries:' \
18     '-s[suppress status checks]' \
19     '-v[print version information]' \
20     '(-Z)-z[enable compression]' \
21     '(-z)-Z[disable compression]' \
22     ':csup file:_files' \
23     ':destination directory:_files -/'