mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-19 21:58:04 +02:00
51663: fix a typo in 51582 (_ssh)
This commit is contained in:
parent
8f5fe841a6
commit
ba3631b414
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2023-04-18 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* 51663: Completion/Unix/Command/_ssh: fix a typo in 51582
|
||||
|
||||
2023-04-17 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 51652 (plus typo correction): Src/exec.c, Test/C03traps.ztst:
|
||||
|
|
|
@ -27,7 +27,7 @@ _ssh () {
|
|||
'-r[recursively copy directories (follows symbolic links)]'
|
||||
'-S+[specify ssh program]:path to ssh:_command_names -e'
|
||||
'-v[verbose mode]'
|
||||
'*(-O)-X+[specify sftp protocol option]: : _values "sftp option"
|
||||
'(-O)*-X+[specify sftp protocol option]: : _values "sftp option"
|
||||
"nrequests[set max concurrent SFTP read or write requests]\:requests [64]"
|
||||
"buffer[set max buffer size for a single SFTP read/write operation]\: \:_numbers -l 0 -m 256K -d 32K -u bytes -f size \:B\:bytes \:K\:kilobytes"'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue