diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/Unix/Command/_ssh | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 4fe7b9ced..6aefda033 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ * 29682: Completion/Zsh/Command/.distfiles, Completion/Zsh/Command/_schedtool: new _schedtool completer. + * 29683: Completion/Unix/Command/_ssh: add -O forward to _ssh. + 2011-08-16 Wayne Davison <wayned@users.sourceforge.net> * 29650: Src/jobs.c: don't lose the the time info after a @@ -15278,5 +15280,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5433 $ +* $Revision: 1.5434 $ ***************************************************** diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index eb5947ce0..491eba6f2 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)' \ + '-O:multiplex control command:(check exit forward)' \ '*-L[specify local port forwarding]:local port forwarding:->forward' \ '*-R[specify remote port forwarding]:remote port forwarding:->forward' \ ':remote host name:->userhost' \ |