start: usage goes to stdout with -h

This commit is contained in:
Fernando Schauenburg 2022-09-16 08:55:18 +02:00
parent ea356d6e2a
commit b5b3a5f029

View file

@ -47,7 +47,7 @@ while getopts ":wh" arg; do
;; ;;
h) h)
>&2 usage usage
exit 0 exit 0
;; ;;