Skip to content

Commit

Permalink
scripts: add missing Go version arg to release.sh usage doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ffranr committed Oct 23, 2024
1 parent eeadc03 commit 792c2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ required Go version ($goversion)."
function usage() {
red "Usage: "
red "release.sh check-tag <version-tag>"
red "release.sh build-release <version-tag> <build-system(s)> <build-tags> <ldflags>"
red "release.sh build-release <version-tag> <build-system(s)> <build-tags> <ldflags> <go-version>"
}

# Whatever sub command is passed in, we need at least 2 arguments.
Expand Down

0 comments on commit 792c2b2

Please sign in to comment.