about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2011-08-17 10:20:00 +0000
committerMikael Magnusson <mikachu@gmail.com>2011-08-17 10:20:00 +0000
commit7ae79966147f97eed54f5705782685170d7c1a97 (patch)
treedd7b59df9a7d8ffb2ca84c6e7bde1db25a25fda5 /Completion
parent57ca91ba9d6a2b4c4b69286c27cd0b8476c6f625 (diff)
downloadzsh-7ae79966147f97eed54f5705782685170d7c1a97.tar.gz
zsh-7ae79966147f97eed54f5705782685170d7c1a97.tar.xz
zsh-7ae79966147f97eed54f5705782685170d7c1a97.zip
29683: add -O forward to _ssh.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_ssh2
1 files changed, 1 insertions, 1 deletions
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' \