diff options
| author | Eisuke Kawashima <e-kwsm@users.noreply.github.com> | 2026-04-03 23:20:32 +0900 |
|---|---|---|
| committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2026-04-03 23:20:32 +0900 |
| commit | 8a56d87ab1e132e903bed628c9586bc92545c1f9 (patch) | |
| tree | 35777bca3eb98afcc75a1b210fa438607a0845ae /Completion | |
| parent | github #155: update git completion (diff) | |
| download | zsh-master.tar zsh-master.tar.gz zsh-master.tar.bz2 zsh-master.tar.lz zsh-master.tar.xz zsh-master.tar.zst zsh-master.zip | |
Diffstat (limited to 'Completion')
| -rw-r--r-- | Completion/Unix/Command/_ssh | 2 |
1 files changed, 1 insertions, 1 deletions
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]' \ |
