The following commit has been merged in the master branch:
commit e7c4035089548efdf9a15fb96a289585b8b322d1
Author: Ville Skyttä <[email protected]>
Date:   Sat Feb 18 10:13:24 2012 +0200

    su: Add --session-command arg completion.

diff --git a/completions/su b/completions/su
index 2c6254d..87a27b9 100644
--- a/completions/su
+++ b/completions/su
@@ -15,7 +15,7 @@ _su() # linux-specific completion
             _filedir
             return
             ;;
-        -c|--command)
+        -c|--command|--session-command)
             local IFS=$'\n'
             compopt -o filenames
             COMPREPLY=( $( compgen -d -c -- "$cur" ) )

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits

Reply via email to