Fix usage output of release.sh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user