about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ssh
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-01-08 15:14:50 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-01-08 15:14:50 +0000
commitabd18275a4c27bc76d26e5111b4cb9c33e2ae7d7 (patch)
tree0ff9220ed8efed8aa274afab154677cc1d4f1180 /Completion/Unix/Command/_ssh
parent24dd6fcd97da2f322f31876de0126334722148d3 (diff)
downloadzsh-abd18275a4c27bc76d26e5111b4cb9c33e2ae7d7.tar.gz
zsh-abd18275a4c27bc76d26e5111b4cb9c33e2ae7d7.tar.xz
zsh-abd18275a4c27bc76d26e5111b4cb9c33e2ae7d7.zip
18058, 18060: merge from 4.1
Diffstat (limited to 'Completion/Unix/Command/_ssh')
-rw-r--r--Completion/Unix/Command/_ssh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
index 9d56feae9..4c2eef7cc 100644
--- a/Completion/Unix/Command/_ssh
+++ b/Completion/Unix/Command/_ssh
@@ -70,8 +70,8 @@ _ssh () {
       '-V[show version number]' \
       '(-X)-x[disable X11 forwarding]' \
       '(-x)-X[enable X11 forwarding]' \
-      '-L[specify local port forwarding]:local port forwarding:->forward' \
-      '-R[specify remote port forwarding]:remote port forwarding:->forward' \
+      '*-L[specify local port forwarding]:local port forwarding:->forward' \
+      '*-R[specify remote port forwarding]:remote port forwarding:->forward' \
       ':remote host name:->userhost' \
       '*::args:->command' "$common[@]" && ret=0
     ;;