mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-07 10:01:37 +01:00
Added the new options for 2.6.3 (only omitting --checksum-seed, which
is an advanced option that is not needed by normal users).
This commit is contained in:
parent
869dc5a771
commit
bf1b892e39
1 changed files with 5 additions and 2 deletions
|
|
@ -82,6 +82,7 @@ _arguments -s \
|
|||
'--backup-dir[make backups into specified directory]:backup directory:_directories' \
|
||||
'--suffix=[override backup suffix]:suffix' \
|
||||
'(-u --update)'{-u,--update}'[update only]' \
|
||||
'(-K --keep-dirlinks)'{-K,--keep-dirlinks}'[symlinked dir on receiver matches sender dir]' \
|
||||
'(-l --links)'{-l,--links}'[copy symlinks as symlinks]' \
|
||||
'(-L --copy-links)'{-L,--copy-links}'[treat soft links like regular files]' \
|
||||
'--copy-unsafe-links[copy links outside the source tree]' \
|
||||
|
|
@ -103,12 +104,14 @@ _arguments -s \
|
|||
'(-C --cvs-exclude)'{-C,--cvs-exclude}'[autoignore files in the same way as CVS]' \
|
||||
'--existing[only update files that already exist]' \
|
||||
'--ignore-existing[ignore files that already exist on the receiving side]' \
|
||||
'--inplace[update destination files inplace (SEE MAN PAGE)]' \
|
||||
'--delete[delete files that do not exist on the sending side]' \
|
||||
'--delete-excluded[also delete excluded files on the receiving side]' \
|
||||
'--delete-after[perform delete after transferring]' \
|
||||
'--ignore-errors[delete even if there are IO errors]' \
|
||||
'--max-delete=[do not delete more than NUM files]:number:' \
|
||||
'(-P)--partial[keep partially transferred files]' \
|
||||
'--partial-dir=[put a partially transferred file in specified directory]:directory:_files -/' \
|
||||
'--force[force deletion of directories even if not empty]' \
|
||||
'--numeric-ids[do not map uid/gid values by user/group name]' \
|
||||
'--timeout=[set IO timeout in seconds]:seconds:' \
|
||||
|
|
@ -139,8 +142,8 @@ _arguments -s \
|
|||
'--read-batch=[read batch file]:ext:' \
|
||||
'--write-batch[write batch file]' \
|
||||
'(-)'{-h,--help}'[display help information]' \
|
||||
'-4[prefer IPv4]' \
|
||||
'-6[prefer IPv6]' \
|
||||
'(-4 --ipv4)'{-4,--ipv4}'[prefer IPv4]' \
|
||||
'(-6 --ipv6)'{-6,--ipv6}'[prefer IPv6]' \
|
||||
-- '*=COMMAND*:command:_command' \
|
||||
'*=FILE*:file:_files' \
|
||||
'*=DIR*:directory:_files -/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue