about summary refs log tree commit diff
path: root/Completion/Unix/Command/_rsync
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2006-05-30 18:32:33 +0000
committerWayne Davison <wayned@users.sourceforge.net>2006-05-30 18:32:33 +0000
commitefb9ec505f09f0f6cff0cd009b9c9e067793feef (patch)
tree5c1b81c0a846fa55d86ac48643cc9d26bed3aadc /Completion/Unix/Command/_rsync
parent116ee236d1b17025d303bd897ead299b07108919 (diff)
downloadzsh-efb9ec505f09f0f6cff0cd009b9c9e067793feef.tar.gz
zsh-efb9ec505f09f0f6cff0cd009b9c9e067793feef.tar.xz
zsh-efb9ec505f09f0f6cff0cd009b9c9e067793feef.zip
Option changes for the upcoming 2.6.9 release.
Diffstat (limited to 'Completion/Unix/Command/_rsync')
-rw-r--r--Completion/Unix/Command/_rsync4
1 files changed, 3 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync
index 93f170e47..25d715550 100644
--- a/Completion/Unix/Command/_rsync
+++ b/Completion/Unix/Command/_rsync
@@ -210,7 +210,9 @@ _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=[log file-transfers using specified format]: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' \
   '--password-file=[read password from file]:file:_files' \
   '--list-only[list the files instead of copying them]' \
   '(--only-write-batch)--write-batch=[write a batched update to the specified file]:file:_files' \