mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-07 09:21:18 +02:00
Added --protocol.
This commit is contained in:
parent
2c23d6e3b4
commit
5ad9ee83b9
1 changed files with 1 additions and 0 deletions
|
@ -164,4 +164,5 @@ _arguments -s \
|
||||||
'--password-file=[read password from file]:file:_files' \
|
'--password-file=[read password from file]:file:_files' \
|
||||||
'--list-only[list the files instead of copying them]' \
|
'--list-only[list the files instead of copying them]' \
|
||||||
'--write-batch=[write a batched update to the specified file]:file:' \
|
'--write-batch=[write a batched update to the specified file]:file:' \
|
||||||
|
'--protocol=[force an older protocol version to be used]:number:' \
|
||||||
'--read-batch=[read a batched update from the specified file]:file:'
|
'--read-batch=[read a batched update from the specified file]:file:'
|
||||||
|
|
Loading…
Reference in a new issue