diff options
Diffstat (limited to 'Completion/Unix/Command/_ssh')
-rw-r--r-- | Completion/Unix/Command/_ssh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index 2d0ad0fe1..80f4100c9 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -23,7 +23,7 @@ _remote_files () { (( ret )) || return 0 done else - _message 'remote file' + _message -e remote-files 'remote file' fi } @@ -229,12 +229,12 @@ _ssh () { forward) if compset -P 1 '*:'; then if compset -P '*:'; then - _message 'port number' + _message -e port-numbers 'port number' else _wanted hosts expl host _ssh_hosts -qS: fi else - _message 'listen-port number' + _message -e port-numbers 'listen-port number' fi return ;; |