github #163: fix completion of ssh (option -E)

This commit is contained in:
Eisuke Kawashima
2026-04-03 23:20:32 +09:00
committed by Jun-ichi Takimoto
parent 15444f903c
commit 8a56d87ab1
2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -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]' \