diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2007-12-15 16:45:38 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2007-12-15 16:45:38 +0000 |
commit | cce386a6e7b57dd8d6b2c9555757a14d27489ee7 (patch) | |
tree | 1285ca66b4b264e520cd6b52df1f48659df9f2a6 /Completion/Unix | |
parent | 44a9dde5b25b3e08573b09298f3d15eff1215a19 (diff) | |
download | zsh-cce386a6e7b57dd8d6b2c9555757a14d27489ee7.tar.gz zsh-cce386a6e7b57dd8d6b2c9555757a14d27489ee7.tar.xz zsh-cce386a6e7b57dd8d6b2c9555757a14d27489ee7.zip |
Improved --whole-file description.
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Command/_rsync | 2 |
1 files changed, 1 insertions, 1 deletions
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' \ |