about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-04-27 08:26:49 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-04-27 08:26:49 +0000
commit0b136fcaf4fccab44a43ba171623d3b2ed402ac3 (patch)
treeeba66cb25080be5d75a040fa683f06a15cdcb2e0
parent92da657e8503e884e22e1a60e674679d72c92da4 (diff)
downloadzsh-0b136fcaf4fccab44a43ba171623d3b2ed402ac3.tar.gz
zsh-0b136fcaf4fccab44a43ba171623d3b2ed402ac3.tar.xz
zsh-0b136fcaf4fccab44a43ba171623d3b2ed402ac3.zip
The latest updated options from the trunk.
-rw-r--r--Completion/Unix/Command/_rsync7
1 files changed, 4 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync
index ebd2229c6..9df7fd04a 100644
--- a/Completion/Unix/Command/_rsync
+++ b/Completion/Unix/Command/_rsync
@@ -145,11 +145,11 @@ _arguments -s \
   '(--compare-dest --copy-dest)*--link-dest=[hardlink to files in specified directory hierarchy when unchanged]:directory:_files -/' \
   '(-z --compress)'{-z,--compress}'[compress file data during the transfer]' \
   '(-C --cvs-exclude)'{-C,--cvs-exclude}'[auto-ignore files the same way CVS does]' \
-  '(-f --filter)'{-f,--filter=}'[add a file-filtering rule]:rule:' \
+  '*'{-f,--filter=}'[add a file-filtering rule]:rule:' \
   '*-F[same as --filter="dir-merge /.rsync-filter", repeated: --filter="- .rsync-filter"]' \
-  '--exclude=[exclude files matching pattern]:pattern:' \
+  '*--exclude=[exclude files matching pattern]:pattern:' \
   '--exclude-from=[read exclude patterns from specified file]:file:_files' \
-  '--include=[do not exclude files matching pattern]:pattern:' \
+  '*--include=[do not exclude files matching pattern]:pattern:' \
   '--include-from=[read include patterns from specified file]:file:_files' \
   '--files-from=[read list of source-file names from specified file]:file:_files' \
   '(-0 --from0)'{-0,--from0}'[all *-from file lists are delimited by nulls]' \
@@ -164,5 +164,6 @@ _arguments -s \
   '--password-file=[read password from file]:file:_files' \
   '--list-only[list the files instead of copying them]' \
   '--write-batch=[write a batched update to the specified file]:file:' \
+  '--only-write-batch=[like --write-batch but w/o updating destination]:file:' \
   '--protocol=[force an older protocol version to be used]:number:' \
   '--read-batch=[read a batched update from the specified file]:file:'