diff options
| author | Oliver Kiddle <opk@zsh.org> | 2023-10-11 00:57:16 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2023-10-11 00:57:16 +0200 |
| commit | 985952e2f616c816e24c4cf5aee70416e4f23e07 (patch) | |
| tree | e37424c3fec594ba2e03217ee4915f7b1276035c /Completion/Unix/Command/_ssh | |
| parent | 52216: metafy usernames to allow for them to be UTF-8 encoded (diff) | |
| download | zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.gz zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.bz2 zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.lz zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.xz zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.zst zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.zip | |
52217: update completions for FreeBSD 14
Diffstat (limited to 'Completion/Unix/Command/_ssh')
| -rw-r--r-- | Completion/Unix/Command/_ssh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index 0ba1f3775..dc3979a58 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -57,7 +57,7 @@ _ssh () { "-N[don't execute a remote command]" \ '-n[redirect stdin from /dev/null]' \ '-O+[control an active connection multiplexing master process]:multiplex control command:((check\:"check master process is running" exit\:"request the master to exit" forward\:"request forward without command execution" stop\:"request the master to stop accepting further multiplexing requests" cancel\:"cancel existing forwardings with -L and/or -R" proxy))' \ - '-P[use non privileged port]' \ + '-P+[specify a tag name that may be used to select configuration]:tag' \ '-p+[specify port on remote host]:port number on remote host' \ '(-v)*-q[quiet operation]' \ '*-R+[specify remote port forwarding]:remote port forwarding:->forward' \ |
