userdel: Add -h/--help non-completion.

master
Ville Skyttä 2012-12-28 13:47:55 +02:00
parent 5c8279b818
commit 1d75b671a0
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ _userdel()
_init_completion || return
case $prev in
-h|--help)
return
;;
-R|--root)
_filedir -d
return