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)
>&2 usage
usage
exit 0
;;