From 416f50e89897057af86020fd4b043b1e54f5d4ef Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 12 Nov 2023 20:30:01 -0500 Subject: [PATCH] Fix usage string --- scripts/workflowtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/workflowtests.sh b/scripts/workflowtests.sh index 3a6ed0a..7f42881 100755 --- a/scripts/workflowtests.sh +++ b/scripts/workflowtests.sh @@ -23,7 +23,7 @@ function printhelp() { HELP+="\n" HELP+="--help, -h) Print this help message and exit.\n" HELP+="\n" - HELP+="--help, -h) Enable verbose logging.\n" + HELP+="--verbose) Enable verbose logging.\n" HELP+="\n" HELP+="--project-name) The name of the project to run tests against. If not\n" HELP+=" provided it will attempt to be resolved by searching\n"