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