From 87ac2d16d959a653359b1ba4ab73925f80789ffb Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 4 Apr 2002 12:41:35 +0000 Subject: 16934: complete ssh -1 as well as ssh -2. --- ChangeLog | 4 ++++ Completion/Unix/Command/_ssh | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 10d5730aa..f2821e182 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-04-04 Oliver Kiddle + + * 16934: Completion/Unix/Command/_ssh: complete -1 as well as -2. + 2002-04-04 Oliver Kiddle * 16911: Completion/Base/Completer/_match: add original string as diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index 9d514de8a..bfc3278bd 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -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]' \ -- cgit 1.4.1