From 8a56d87ab1e132e903bed628c9586bc92545c1f9 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Fri, 3 Apr 2026 23:20:32 +0900 Subject: github #163: fix completion of ssh (option -E) --- Completion/Unix/Command/_ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_ssh') diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index 75ab28ab9..9ab1a1139 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -42,7 +42,7 @@ _ssh () { '(-P)-b+[specify interface to transmit on]:bind address:_bind_addresses' \ '-D+[specify a dynamic port forwarding]:dynamic port forwarding:->dynforward' \ '-e+[set escape character]:escape character (or `none'\''):' \ - '-E+[append log output to file instead of stderr]:_files' \ + '-E+[append log output to file instead of stderr]:log file:_files' \ '(-n)-f[go to background]' \ '-g[allow remote hosts to connect to local forwarded ports]' \ '-G[output configuration and exit]' \ -- cgit v1.3