diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2011-09-07 07:32:57 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2011-09-07 07:32:57 +0000 |
| commit | 0e0f259540997bcd965ba08898d8c1cb77fc5878 (patch) | |
| tree | b3399f31844422c902dd4c9a7b500456dce664f9 /Completion/Unix/Command/_ssh | |
| parent | 29733: Jonathan: add apt-get changelog completion. (diff) | |
| download | zsh-0e0f259540997bcd965ba08898d8c1cb77fc5878.tar zsh-0e0f259540997bcd965ba08898d8c1cb77fc5878.tar.gz zsh-0e0f259540997bcd965ba08898d8c1cb77fc5878.tar.bz2 zsh-0e0f259540997bcd965ba08898d8c1cb77fc5878.tar.lz zsh-0e0f259540997bcd965ba08898d8c1cb77fc5878.tar.xz zsh-0e0f259540997bcd965ba08898d8c1cb77fc5878.tar.zst zsh-0e0f259540997bcd965ba08898d8c1cb77fc5878.zip | |
29755: add -O stop to to _ssh.
Diffstat (limited to 'Completion/Unix/Command/_ssh')
| -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 7b7317a42..d0bf6ba32 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -78,7 +78,7 @@ _ssh () { '(-x -X)-Y[enable trusted X11 forwarding]' \ '-M[master mode for connection sharing]' \ '-S+:path to control socket:_files' \ - '-O:multiplex control command:(check exit forward)' \ + '-O:multiplex control command:(check exit forward stop)' \ '*-L[specify local port forwarding]:local port forwarding:->forward' \ '*-R[specify remote port forwarding]:remote port forwarding:->forward' \ ':remote host name:->userhost' \ |
