From ba3631b4148dcd7c645354e28a8b4c7fdde9a2b7 Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Tue, 18 Apr 2023 13:03:39 +0900 Subject: 51663: fix a typo in 51582 (_ssh) --- Completion/Unix/Command/_ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index e9ca454b4..fd2a90b59 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -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"' ) -- cgit 1.4.1