[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.90-150-g91528b5

Ville Skyttä ville.skytta at iki.fi
Sat Feb 18 08:15:12 UTC 2012


The following commit has been merged in the master branch:
commit e7c4035089548efdf9a15fb96a289585b8b322d1
Author: Ville Skyttä <ville.skytta at iki.fi>
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



More information about the Bash-completion-commits mailing list