sysctl: Return early on --help, --version

master
Ville Skyttä 2015-06-27 10:45:26 +03:00
parent e9fe2d9f7b
commit d01427df59
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ _sysctl()
_init_completion || return
case $prev in
--help|--version)
return
;;
-p)
_filedir conf
return