diff --git a/templates/TEMPLATE.sh.tpl b/templates/TEMPLATE.sh.tpl index a32d0988fde70fe71626d08003f06be8aa9f9305..1c070a98e7043d486e5f4abf0b57dfd4b576c8c4 100644 --- a/templates/TEMPLATE.sh.tpl +++ b/templates/TEMPLATE.sh.tpl @@ -157,8 +157,8 @@ fi # Parse the arguments while getopts "qdvh" opt; do case "\$opt" in - q) QUIET=1;; - d) DEBUG=1;; + q) QUIET=1;; + d) DEBUG=1;; v) version exit "$SUCCESS";; h) long_help