chore(tools): correct the file name in the tool's help message (#1114)

Removing `.sh` from the executable file name
This commit is contained in:
PENEKhun 2023-06-28 14:49:13 +09:00 committed by GitHub
parent 926d1ca068
commit 2639f8ed45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ _no_gh=false
help() { help() {
echo "Usage:" echo "Usage:"
echo echo
echo " bash /path/to/init.sh [options]" echo " bash /path/to/init [options]"
echo echo
echo "Options:" echo "Options:"
echo " --no-gh Do not deploy to Github." echo " --no-gh Do not deploy to Github."

View File

@ -48,7 +48,7 @@ help() {
echo echo
echo "Usage:" echo "Usage:"
echo echo
echo " bash ./tools/release.sh [options]" echo " bash ./tools/release [options]"
echo echo
echo "Options:" echo "Options:"
echo " -k, --skip-versioning Skip the step of generating the version number." echo " -k, --skip-versioning Skip the step of generating the version number."

View File

@ -19,7 +19,7 @@ help() {
echo echo
echo "Usage:" echo "Usage:"
echo echo
echo " bash ./tools/test.sh [options]" echo " bash ./tools/test [options]"
echo echo
echo "Options:" echo "Options:"
echo ' -c, --config "<config_a[,config_b[...]]>" Specify config file(s)' echo ' -c, --config "<config_a[,config_b[...]]>" Specify config file(s)'