diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2011-09-06 16:17:46 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2011-09-06 16:17:46 +0000 |
| commit | ecbdf148a2991860fda4b944fb24131307cf27dd (patch) | |
| tree | 3580e2bcd71159ab83be9b6de06674e54b4f59e0 /Completion/Unix/Command | |
| parent | 29738: _ssh: Add PreferredAuthentications completion. (diff) | |
| download | zsh-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/_rsync | 286 |
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)' \ |
