mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
github #163: fix completion of ssh (option -E)
This commit is contained in:
committed by
Jun-ichi Takimoto
parent
15444f903c
commit
8a56d87ab1
@@ -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
|
||||
|
||||
|
||||
@@ -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]' \
|
||||
|
||||
Reference in New Issue
Block a user