The following commit has been merged in the master branch:
commit 1d75b671a00337ae74a1295682c130649aef3bfe
Author: Ville Skyttä <[email protected]>
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
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits