mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 11:01:13 +02:00
16934: complete ssh -1 as well as ssh -2.
This commit is contained in:
parent
c4b8482b94
commit
87ac2d16d9
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-04-04 Oliver Kiddle <clint@zsh.org>
|
||||
|
||||
* 16934: Completion/Unix/Command/_ssh: complete -1 as well as -2.
|
||||
|
||||
2002-04-04 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 16911: Completion/Base/Completer/_match: add original string as
|
||||
|
|
|
@ -69,6 +69,7 @@ _ssh () {
|
|||
'-C[compress all data]' \
|
||||
'-L[specify local port forwarding]:local port forwarding:->forward' \
|
||||
'-R[specify remote port forwarding]:remote port forwarding:->forward' \
|
||||
'-1[forces ssh to try protocol version 1 only]'\
|
||||
'-2[forces ssh to try protocol version 2 only]'\
|
||||
'-4[forces ssh to use IPv4 addresses only]' \
|
||||
'-6[forces ssh to use IPv6 addresses only]' \
|
||||
|
|
Loading…
Reference in a new issue