about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Unix/Command/_rsync5
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c8b3365c9..39c8938be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-13  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* unposted: Completion/Unix/Command/_rsync: Fixed the
+	--human-readable options and arg-acceptance of -f.
+
 2009-12-12  Clint Adams  <clint@zsh.org>
 
 	* Michael Prokop: 27504: Completion/Debian/Command/_dput:
@@ -12472,5 +12477,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4839 $
+* $Revision: 1.4840 $
 *****************************************************
diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync
index c26c05f14..cdb40ab46 100644
--- a/Completion/Unix/Command/_rsync
+++ b/Completion/Unix/Command/_rsync
@@ -207,7 +207,7 @@ _arguments -s \
   '--compress-level=[explicitly set compression level]:number' \
   '--skip-compress=[skip compressing files with a listed suffix]:suffixes' \
   '(-C --cvs-exclude)'{-C,--cvs-exclude}'[auto-ignore files the same way CVS does]' \
-  '*'{-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-from=[read exclude patterns from specified file]:file:_files' \
   '*--exclude=[exclude files matching pattern]:pattern' \
@@ -217,8 +217,7 @@ _arguments -s \
   '(-0 --from0)'{-0,--from0}'[all *-from file lists are delimited by nulls]' \
   '(-s --protect-args)'{-s,--protect-args}'[no space-splitting; only wildcard special-chars]' \
   '--version[print version number]' \
-  '(-h --human-readable --si)'{-h,--human-readable}'[output numbers in a human-readable format]' \
-  '(-h --human-readable)--si[like --human-readable, but use powers of 1000]' \
+  '*'{-h,--human-readable}'[output numbers in a human-readable format]' \
   '--blocking-io[use blocking I/O for the remote shell]' \
   '--no-blocking-io[turn off --blocking-io]' \
   '--stats[give some file-transfer stats]' \