1
0
Fork 0
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:
Jun-ichi Takimoto 2023-04-18 13:03:39 +09:00
parent 8f5fe841a6
commit ba3631b414
2 changed files with 5 additions and 1 deletions
ChangeLog
Completion/Unix/Command

View file

@ -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:

View file

@ -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"'
)