Skip to content

Commit

Permalink
Merge pull request #1158 from lightninglabs/go-version-release-usage-doc
Browse files Browse the repository at this point in the history
scripts: add missing Go version arg to release.sh usage doc
  • Loading branch information
guggero authored Oct 23, 2024
2 parents 54f007d + 792c2b2 commit 2639a99
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 2639a99

Please sign in to comment.