about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ssh
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2010-01-07 14:02:59 +0000
committerClint Adams <clint@users.sourceforge.net>2010-01-07 14:02:59 +0000
commitb1e8b11abe7542527c3d22065474d7379f865d2c (patch)
tree9f7f90416858b90b717f9e19b6fe3189961c75c0 /Completion/Unix/Command/_ssh
parent5797f75de344cae8691a294c2263fbe517f2a789 (diff)
downloadzsh-b1e8b11abe7542527c3d22065474d7379f865d2c.tar.gz
zsh-b1e8b11abe7542527c3d22065474d7379f865d2c.tar.xz
zsh-b1e8b11abe7542527c3d22065474d7379f865d2c.zip
27579: allow ssh -S argument to follow immediately the option letter.
Diffstat (limited to 'Completion/Unix/Command/_ssh')
-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 b7b407e2f..eb5947ce0 100644
--- a/Completion/Unix/Command/_ssh
+++ b/Completion/Unix/Command/_ssh
@@ -77,7 +77,7 @@ _ssh () {
       '(-x -Y)-X[enable (untrusted) X11 forwarding]' \
       '(-x -X)-Y[enable trusted X11 forwarding]' \
       '-M[master mode for connection sharing]' \
-      '-S:path to control socket:_files' \
+      '-S+:path to control socket:_files' \
       '-O:multiplex control command:(check exit)' \
       '*-L[specify local port forwarding]:local port forwarding:->forward' \
       '*-R[specify remote port forwarding]:remote port forwarding:->forward' \