diff --git a/run-prtgmpprobe.sh b/run-prtgmpprobe.sh index e480b18..9619588 100644 --- a/run-prtgmpprobe.sh +++ b/run-prtgmpprobe.sh @@ -13,7 +13,7 @@ _passthrough=0 for _arg in "$@" do case "$_arg" in - --help|example-config) + -h|--help|example-config|-V|--version) _passthrough=1 ;; esac