Skip to content

Commit 2639f8e

Browse files
authoredJun 28, 2023
chore(tools): correct the file name in the tool's help message (mmistakes#1114)
Removing `.sh` from the executable file name
1 parent 926d1ca commit 2639f8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎tools/init

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ _no_gh=false
1717
help() {
1818
echo "Usage:"
1919
echo
20-
echo " bash /path/to/init.sh [options]"
20+
echo " bash /path/to/init [options]"
2121
echo
2222
echo "Options:"
2323
echo " --no-gh Do not deploy to Github."

‎tools/release

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ help() {
4848
echo
4949
echo "Usage:"
5050
echo
51-
echo " bash ./tools/release.sh [options]"
51+
echo " bash ./tools/release [options]"
5252
echo
5353
echo "Options:"
5454
echo " -k, --skip-versioning Skip the step of generating the version number."

‎tools/test

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ help() {
1919
echo
2020
echo "Usage:"
2121
echo
22-
echo " bash ./tools/test.sh [options]"
22+
echo " bash ./tools/test [options]"
2323
echo
2424
echo "Options:"
2525
echo ' -c, --config "<config_a[,config_b[...]]>" Specify config file(s)'

0 commit comments

Comments
 (0)
Please sign in to comment.