diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-28 09:08:03 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-28 09:08:03 +0000 |
commit | fde669f76d331fbe64e420a384b27ec908bd97d8 (patch) | |
tree | 7174e7d9f39c67f6be8f0315ec35fdfaae5de547 /Completion/User | |
parent | f4a09871b005d1a65d69686bc901922b3dde9a37 (diff) | |
download | zsh-fde669f76d331fbe64e420a384b27ec908bd97d8.tar.gz zsh-fde669f76d331fbe64e420a384b27ec908bd97d8.tar.xz zsh-fde669f76d331fbe64e420a384b27ec908bd97d8.zip |
misc
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_ssh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_ssh b/Completion/User/_ssh index 304a43554..a52de5681 100644 --- a/Completion/User/_ssh +++ b/Completion/User/_ssh @@ -36,7 +36,7 @@ _ssh () { '-n[redirect stdin from /dev/null]' \ '-N[do not execute a remote command. (protocol version 2 only)]'\ '*-o[specify extra options]:option string:->option' \ - '-p[specify port on remote host]:port number on remote host:' \ + '-p[specify port on remote host]:port number on remote host:_ports' \ '-P[use non priviledged port]' \ '-q[quiet operation]' \ '-t[force pseudo-tty allocation]' \ |