diff options
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | Completion/Unix/Command/_ssh | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2026-04-03 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> + * Eisuke Kawashima: github #163: Completion/Unix/Command/_ssh: + fix completion of ssh (option -E) + * Eisuke Kawashima: github #155: Completion/Unix/Command/_git: update git completion 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]' \ |
