diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-02-07 19:10:08 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-02-07 19:10:08 +0000 |
commit | 8c55dca683359d0fe78e590fb303475efdece692 (patch) | |
tree | fdaef4a97fd0958e5728fd23d8bf76f3963e7af1 | |
parent | ba8349e6edfb4fe6ca88566c0043f5a0cfad2b64 (diff) | |
download | zsh-8c55dca683359d0fe78e590fb303475efdece692.tar.gz zsh-8c55dca683359d0fe78e590fb303475efdece692.tar.xz zsh-8c55dca683359d0fe78e590fb303475efdece692.zip |
Added one last (I hope) new option for the imminent 2.6.7.
-rw-r--r-- | Completion/Unix/Command/_rsync | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync index 5b48e104a..bbe890869 100644 --- a/Completion/Unix/Command/_rsync +++ b/Completion/Unix/Command/_rsync @@ -202,6 +202,7 @@ _arguments -s \ '--blocking-io[use blocking I/O for the remote shell]' \ '--no-blocking-io[turn off --blocking-io]' \ '--stats[give some file-transfer stats]' \ + '(-8 --8-bit-output)'{-8,--8-bit-output}'[leave high-bit chars unescaped in output]' \ '(-P)--progress[show progress during transfer]' \ '--no-progress[turn off --progress]' \ '(--partial --progress)-P[same as --partial --progress]' \ |