sysctl: Return early on --help, --version
This commit is contained in:
parent
e9fe2d9f7b
commit
d01427df59
@ -6,6 +6,9 @@ _sysctl()
|
|||||||
_init_completion || return
|
_init_completion || return
|
||||||
|
|
||||||
case $prev in
|
case $prev in
|
||||||
|
--help|--version)
|
||||||
|
return
|
||||||
|
;;
|
||||||
-p)
|
-p)
|
||||||
_filedir conf
|
_filedir conf
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user