Skip to content

Commit

Permalink
Update usage comment to reflect usage displayed
Browse files Browse the repository at this point in the history
The comment that shows the usage does not include the `finalize` option that is
included in the help output and implemented in the script. This brings the two
places with usage information into agreement.
  • Loading branch information
mcdonnnj committed Jun 10, 2021
1 parent 4ef2364 commit 7a1dc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump_version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# bump_version.sh (show|major|minor|patch|prerelease|build)
# bump_version.sh (show|major|minor|patch|prerelease|build|finalize)

set -o nounset
set -o errexit
Expand Down

0 comments on commit 7a1dc97

Please sign in to comment.