summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-09-06 16:17:46 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-09-06 16:17:46 +0000
commitecbdf148a2991860fda4b944fb24131307cf27dd (patch)
tree3580e2bcd71159ab83be9b6de06674e54b4f59e0 /Completion/Unix/Command
parent29738: _ssh: Add PreferredAuthentications completion. (diff)
downloadzsh-ecbdf148a2991860fda4b944fb24131307cf27dd.tar
zsh-ecbdf148a2991860fda4b944fb24131307cf27dd.tar.gz
zsh-ecbdf148a2991860fda4b944fb24131307cf27dd.tar.bz2
zsh-ecbdf148a2991860fda4b944fb24131307cf27dd.tar.lz
zsh-ecbdf148a2991860fda4b944fb24131307cf27dd.tar.xz
zsh-ecbdf148a2991860fda4b944fb24131307cf27dd.tar.zst
zsh-ecbdf148a2991860fda4b944fb24131307cf27dd.zip
29739: _rsync: redefine _rsync(), -e takes cuddled args
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_rsync286
1 files changed, 145 insertions, 141 deletions
diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync
index cdb40ab46..b999c1bbd 100644
--- a/Completion/Unix/Command/_rsync
+++ b/Completion/Unix/Command/_rsync
@@ -96,144 +96,148 @@ _rsync_files() {
_alternative "files:file:_files" "remote-files:remote file:_rsync_remote_files"
}
-_arguments -s \
- '*'{-v,--verbose}'[increase verbosity]' \
- {--no-v,--no-verbose}'[turn off --verbose]' \
- '--bwlimit=[limit I/O bandwidth]:KBytes per second' \
- '--port=[specify alternate port number]:port:(873)' \