about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-09-07 07:32:57 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-09-07 07:32:57 +0000
commit0e0f259540997bcd965ba08898d8c1cb77fc5878 (patch)
treeb3399f31844422c902dd4c9a7b500456dce664f9
parented5e4106fdacc81798973f269a4688d40eb3db2a (diff)
downloadzsh-0e0f259540997bcd965ba08898d8c1cb77fc5878.tar.gz
zsh-0e0f259540997bcd965ba08898d8c1cb77fc5878.tar.xz
zsh-0e0f259540997bcd965ba08898d8c1cb77fc5878.zip
29755: add -O stop to to _ssh.
-rw-r--r--ChangeLog6
-rw-r--r--Completion/Unix/Command/_ssh2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c0dd4700..994b9b524 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-07  Mikael Magnusson  <mikachu@gmail.com>
+
+	* 29755: Completion/Unix/Command/_ssh: add -O stop to to _ssh.
+
 2011-09-06  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 29736: Doc/Zsh/mod_zutil.yo: mention when zstyle -t returns 1.
@@ -15383,5 +15387,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5459 $
+* $Revision: 1.5460 $
 *****************************************************
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' \