[Bash-completion-commits] [SCM] bash-completion branch, master, updated. e24f69aac34fdfead77fb21fc7367f8776f2d5b2

Ville Skyttä ville.skytta at iki.fi
Sat Nov 28 10:51:21 UTC 2009


The following commit has been merged in the master branch:
commit e24f69aac34fdfead77fb21fc7367f8776f2d5b2
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Nov 28 12:47:11 2009 +0200

    Fix ssh -m completion.

diff --git a/contrib/ssh b/contrib/ssh
index b286b6c..0946272 100644
--- a/contrib/ssh
+++ b/contrib/ssh
@@ -43,7 +43,7 @@ _ssh()
                 arcfour256 arcfour blowfish-cbc cast128-cbc' -- "$cur" ) )
             return 0
             ;;
-        -c)
+        -m)
             COMPREPLY=( $( compgen -W 'hmac-md5 hmac-sha1 umac-64 at openssh.com \
                 hmac-ripemd160 hmac-sha1-96 hmac-md5-96' -- "$cur" ) )
             return 0

-- 
bash-completion



More information about the Bash-completion-commits mailing list