Fix usage output of release.sh

This commit is contained in:
2022-06-30 19:08:03 +02:00
parent 48fa888f9b
commit 4464bb607b

View File

@@ -5,7 +5,7 @@ set -o errexit
set -o pipefail set -o pipefail
usage() { usage() {
printf '%s\n' "usage: $0 (master|minor|patch)" >&2 printf '%s\n' "usage: $0 (major|minor|patch)" >&2
} }
if (($# != 1)); then if (($# != 1)); then