Skip to content

Commit

Permalink
chore(tools): correct the file name in the tool's help message (#1114)
Browse files Browse the repository at this point in the history
Removing `.sh` from the executable file name
  • Loading branch information
PENEKhun committed Jun 28, 2023
1 parent 926d1ca commit 2639f8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/init
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _no_gh=false
help() {
echo "Usage:"
echo
echo " bash /path/to/init.sh [options]"
echo " bash /path/to/init [options]"
echo
echo "Options:"
echo " --no-gh Do not deploy to Github."
Expand Down
2 changes: 1 addition & 1 deletion tools/release
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ help() {
echo
echo "Usage:"
echo
echo " bash ./tools/release.sh [options]"
echo " bash ./tools/release [options]"
echo
echo "Options:"
echo " -k, --skip-versioning Skip the step of generating the version number."
Expand Down
2 changes: 1 addition & 1 deletion tools/test
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ help() {
echo
echo "Usage:"
echo
echo " bash ./tools/test.sh [options]"
echo " bash ./tools/test [options]"
echo
echo "Options:"
echo ' -c, --config "<config_a[,config_b[...]]>" Specify config file(s)'
Expand Down

0 comments on commit 2639f8e

Please sign in to comment.