Skip to content

Commit eefbaab

Browse files
Update release_tools/version_bump.sh
Co-authored-by: Copilot <[email protected]>
1 parent 04efc8e commit eefbaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_tools/version_bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# that manually.
1717

1818
if [[ $# -eq 0 ]] ; then
19-
echo 'usage: new_version [ARG]'
19+
echo 'usage: ./release_tools/version_bump.sh [ARG]'
2020
echo 'ARG is passed to the hatch version command to bump the version number.'
2121
echo 'ARG is usually "major", "minor", or "micro".'
2222
exit 0

0 commit comments

Comments
 (0)