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