[Bash-completion-commits] [SCM] bash-completion branch, master,	updated. 2.0-83-g1d75b67
    Ville Skyttä 
    ville.skytta at iki.fi
       
    Fri Dec 28 11:48:48 UTC 2012
    
    
  
The following commit has been merged in the master branch:
commit 1d75b671a00337ae74a1295682c130649aef3bfe
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Dec 28 13:47:55 2012 +0200
    userdel: Add -h/--help non-completion.
diff --git a/completions/userdel b/completions/userdel
index e680026..090203a 100644
--- a/completions/userdel
+++ b/completions/userdel
@@ -6,6 +6,9 @@ _userdel()
     _init_completion || return
 
     case $prev in
+        -h|--help)
+            return
+            ;;
         -R|--root)
             _filedir -d
             return
-- 
bash-completion
    
    
More information about the Bash-completion-commits
mailing list