userdel: Add -h/--help non-completion.
This commit is contained in:
parent
5c8279b818
commit
1d75b671a0
@ -6,6 +6,9 @@ _userdel()
|
||||
_init_completion || return
|
||||
|
||||
case $prev in
|
||||
-h|--help)
|
||||
return
|
||||
;;
|
||||
-R|--root)
|
||||
_filedir -d
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user