From b5b3a5f029e25a84b1f2cc26208b358c8d8c01cd Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Fri, 16 Sep 2022 08:55:18 +0200 Subject: [PATCH] start: usage goes to stdout with -h --- utils/bin/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bin/start b/utils/bin/start index 6910ae2..6374dd9 100644 --- a/utils/bin/start +++ b/utils/bin/start @@ -47,7 +47,7 @@ while getopts ":wh" arg; do ;; h) - >&2 usage + usage exit 0 ;;