diff options
Diffstat (limited to 'Completion')
-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]' \ |