File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ _no_gh=false
17
17
help () {
18
18
echo " Usage:"
19
19
echo
20
- echo " bash /path/to/init.sh [options]"
20
+ echo " bash /path/to/init [options]"
21
21
echo
22
22
echo " Options:"
23
23
echo " --no-gh Do not deploy to Github."
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ help() {
48
48
echo
49
49
echo " Usage:"
50
50
echo
51
- echo " bash ./tools/release.sh [options]"
51
+ echo " bash ./tools/release [options]"
52
52
echo
53
53
echo " Options:"
54
54
echo " -k, --skip-versioning Skip the step of generating the version number."
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ help() {
19
19
echo
20
20
echo " Usage:"
21
21
echo
22
- echo " bash ./tools/test.sh [options]"
22
+ echo " bash ./tools/test [options]"
23
23
echo
24
24
echo " Options:"
25
25
echo ' -c, --config "<config_a[,config_b[...]]>" Specify config file(s)'
You can’t perform that action at this time.
0 commit comments