about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2007-12-15 16:45:38 +0000
committerWayne Davison <wayned@users.sourceforge.net>2007-12-15 16:45:38 +0000
commitcce386a6e7b57dd8d6b2c9555757a14d27489ee7 (patch)
tree1285ca66b4b264e520cd6b52df1f48659df9f2a6
parent44a9dde5b25b3e08573b09298f3d15eff1215a19 (diff)
downloadzsh-cce386a6e7b57dd8d6b2c9555757a14d27489ee7.tar.gz
zsh-cce386a6e7b57dd8d6b2c9555757a14d27489ee7.tar.xz
zsh-cce386a6e7b57dd8d6b2c9555757a14d27489ee7.zip
Improved --whole-file description.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_rsync2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2700f934a..561144fe5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-15  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* unposted: Completion/Unix/Command/_rsync: Improved the help
+	text of the --whole-file option.
+
 2007-12-14  Peter Stephenson  <pws@csr.com>
 
 	* 24252: configure.ac, Src/system.h, Src/Modules/curses.c:
diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync
index d727ee4ce..b5da516e3 100644
--- a/Completion/Unix/Command/_rsync
+++ b/Completion/Unix/Command/_rsync
@@ -158,7 +158,7 @@ _arguments -s \
   '--chmod[change destination permissions]:mods' \
   '(-S --sparse)'{-S,--sparse}'[handle sparse files efficiently]' \
   '(-n --dry-run)'{-n,--dry-run}'[show what would have been transferred]' \
-  '(-W --whole-file)'{-W,--whole-file}'[copy files whole (without rsync algorithm)]' \
+  '(-W --whole-file)'{-W,--whole-file}'[copy files whole (without delta-transfer algorithm)]' \
   {--no-W,--no-whole-file}'[turn off --whole-file]' \
   '(-x --one-file-system)'{-x,--one-file-system}'[do not cross filesystem boundaries]' \
   '(-B --block-size)'{-B,--block-size=}'[force a fixed checksum block-size]:block size' \