mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
- Added a missing '=' to two commands that take args.
- Removed the unintentional arg from --delay-updates.
This commit is contained in:
parent
7f3f04fc67
commit
673cabdd39
@ -92,7 +92,7 @@ _arguments -s \
|
|||||||
'(-R --relative)--no-relative[turn off --relative]' \
|
'(-R --relative)--no-relative[turn off --relative]' \
|
||||||
'--no-implied-dirs[do not send implied dirs with --relative]' \
|
'--no-implied-dirs[do not send implied dirs with --relative]' \
|
||||||
'(-b --backup)'{-b,--backup}'[make backups into hierarchy at indicated directory]' \
|
'(-b --backup)'{-b,--backup}'[make backups into hierarchy at indicated directory]' \
|
||||||
'--backup-dir[make backups into specified directory]:backup directory:_directories' \
|
'--backup-dir=[make backups into specified directory]:backup directory:_directories' \
|
||||||
'--suffix=[set backup suffix]:suffix' \
|
'--suffix=[set backup suffix]:suffix' \
|
||||||
'(-u --update)'{-u,--update}'[skip files that are newer on the receiving side]' \
|
'(-u --update)'{-u,--update}'[skip files that are newer on the receiving side]' \
|
||||||
'--inplace[update destination files in-place]' \
|
'--inplace[update destination files in-place]' \
|
||||||
@ -115,7 +115,7 @@ _arguments -s \
|
|||||||
'(-W --whole-file)--no-whole-file[always use incremental rsync algorithm]' \
|
'(-W --whole-file)--no-whole-file[always use incremental rsync algorithm]' \
|
||||||
'(-x --one-file-system)'{-x,--one-file-system}'[do not cross filesystem boundaries]' \
|
'(-x --one-file-system)'{-x,--one-file-system}'[do not cross filesystem boundaries]' \
|
||||||
'(-B --block-size)'{-B,--block-size=}'[force a fixed checksum block-size]:block size' \
|
'(-B --block-size)'{-B,--block-size=}'[force a fixed checksum block-size]:block size' \
|
||||||
'(-e --rsh)'{-e,--rsh}'[specify the remote shell to use]:remote-shell command:(rsh ssh)' \
|
'(-e --rsh)'{-e,--rsh=}'[specify the remote shell to use]:remote-shell command:(rsh ssh)' \
|
||||||
'--rsync-path=[specify path to rsync on the remote machine]:remote command:' \
|
'--rsync-path=[specify path to rsync on the remote machine]:remote command:' \
|
||||||
'--existing[only update files that already exist on receiving side]' \
|
'--existing[only update files that already exist on receiving side]' \
|
||||||
'--ignore-existing[ignore files that already exist on receiving side]' \
|
'--ignore-existing[ignore files that already exist on receiving side]' \
|
||||||
@ -132,7 +132,7 @@ _arguments -s \
|
|||||||
'--max-size=[do not transfer any file larger than specified size]:number:' \
|
'--max-size=[do not transfer any file larger than specified size]:number:' \
|
||||||
'(-P)--partial[keep partially transferred files]' \
|
'(-P)--partial[keep partially transferred files]' \
|
||||||
'--partial-dir=[put a partially transferred file into specified directory]:directory:_files -/' \
|
'--partial-dir=[put a partially transferred file into specified directory]:directory:_files -/' \
|
||||||
'--delay-updates=[put all updated files into place at end of transfer]:directory:_files -/' \
|
'--delay-updates[put all updated files into place at end of transfer]' \
|
||||||
'--numeric-ids[do not map uid/gid values by user/group name]' \
|
'--numeric-ids[do not map uid/gid values by user/group name]' \
|
||||||
'--timeout=[set I/O timeout in seconds]:seconds:' \
|
'--timeout=[set I/O timeout in seconds]:seconds:' \
|
||||||
'(-I --ignore-times)'{-I,--ignore-times}'[do not skip files that match in size and mod-time]' \
|
'(-I --ignore-times)'{-I,--ignore-times}'[do not skip files that match in size and mod-time]' \
|
||||||
|
Loading…
Reference in New Issue
Block a user