diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-10-24 01:18:19 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-10-24 01:18:19 +0000 |
commit | 5c897d51b2d8ba05b583308fb43feb3bd6d0b6a1 (patch) | |
tree | c9d1fd00da018d4c5518604cb03198ce3c6641a6 | |
parent | 83c54a59fd03f6c80b477e9feec3edc57affac17 (diff) | |
download | zsh-5c897d51b2d8ba05b583308fb43feb3bd6d0b6a1.tar.gz zsh-5c897d51b2d8ba05b583308fb43feb3bd6d0b6a1.tar.xz zsh-5c897d51b2d8ba05b583308fb43feb3bd6d0b6a1.zip |
The final option changes for 2.6.9.
-rw-r--r-- | Completion/Unix/Command/_rsync | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync index 51b5ef982..6e80dd17f 100644 --- a/Completion/Unix/Command/_rsync +++ b/Completion/Unix/Command/_rsync @@ -109,6 +109,7 @@ _arguments -s \ '(-)--help[display help information]' \ '*: :_rsync_files' \ '(-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]' \ '(-a --archive)'{-a,--archive}'[archive mode; same as -rlptgoD (no -H)]' \ '(-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' \ '--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]' \ + '--remove-source-files[synchronized files 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[delete files that do not exist on the sending side]' \ @@ -210,6 +212,7 @@ _arguments -s \ '--no-progress[turn off --progress]' \ '(--partial --progress)-P[same as --partial --progress]' \ '(-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' \ '--log-file-format=[log updates using specified format]:format' \ '--log-file=[log what rsync is doing to the specified file]:file:_files' \ |