1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

The final option changes for 2.6.9.

This commit is contained in:
Wayne Davison 2006-10-24 01:18:19 +00:00
parent 83c54a59fd
commit 5c897d51b2

View file

@ -109,6 +109,7 @@ _arguments -s \
'(-)--help[display help information]' \ '(-)--help[display help information]' \
'*: :_rsync_files' \ '*: :_rsync_files' \
'(-q --quiet)'{-q,--quiet}'[suppress non-error messages]' \ '(-q --quiet)'{-q,--quiet}'[suppress non-error messages]' \
'--no-motd[suppress the daemon message-of-the-day output]' \
'(-c --checksum)'{-c,--checksum}'[skip based on checksums, not mod-time & size]' \ '(-c --checksum)'{-c,--checksum}'[skip based on checksums, not mod-time & size]' \
'(-a --archive)'{-a,--archive}'[archive mode; same as -rlptgoD (no -H)]' \ '(-a --archive)'{-a,--archive}'[archive mode; same as -rlptgoD (no -H)]' \
'(-r --recursive)'{-r,--recursive}'[recurse into directories]' \ '(-r --recursive)'{-r,--recursive}'[recurse into directories]' \
@ -160,6 +161,7 @@ _arguments -s \
'--rsync-path=[specify path to rsync on the remote machine]:remote command' \ '--rsync-path=[specify path to rsync on the remote machine]:remote command' \
'--ignore-existing[ignore files that already exist on receiving side]' \ '--ignore-existing[ignore files that already exist on receiving side]' \
'(--existing --ignore-non-existing)'{--existing,--ignore-non-existing}'[ignore files that do not exist on receiving side]' \ '(--existing --ignore-non-existing)'{--existing,--ignore-non-existing}'[ignore files that do not exist on receiving side]' \
'--remove-source-files[synchronized files are removed from sending side]' \
'--remove-sent-files[transferred files/symlinks are removed from sending side]' \ '--remove-sent-files[transferred files/symlinks are removed from sending side]' \
'(--delete-before --delete-during --delete-after)--del[an alias for --delete-during]' \ '(--delete-before --delete-during --delete-after)--del[an alias for --delete-during]' \
'--delete[delete files that do not exist on the sending side]' \ '--delete[delete files that do not exist on the sending side]' \
@ -210,6 +212,7 @@ _arguments -s \
'--no-progress[turn off --progress]' \ '--no-progress[turn off --progress]' \
'(--partial --progress)-P[same as --partial --progress]' \ '(--partial --progress)-P[same as --partial --progress]' \
'(-i --itemize-changes)'{-i,--itemize-changes}'[output a change-summary for all updates]' \ '(-i --itemize-changes)'{-i,--itemize-changes}'[output a change-summary for all updates]' \
'--log-format=[deprecated version of --out-format]' \
'--out-format=[output updates using specified format]:format' \ '--out-format=[output updates using specified format]:format' \
'--log-file-format=[log updates using specified format]:format' \ '--log-file-format=[log updates using specified format]:format' \
'--log-file=[log what rsync is doing to the specified file]:file:_files' \ '--log-file=[log what rsync is doing to the specified file]:file:_files' \