From 2639f8ed45af0c0086258e1bd1f59c2e87b7d0a5 Mon Sep 17 00:00:00 2001 From: PENEKhun Date: Wed, 28 Jun 2023 14:49:13 +0900 Subject: [PATCH] chore(tools): correct the file name in the tool's help message (#1114) Removing `.sh` from the executable file name --- tools/init | 2 +- tools/release | 2 +- tools/test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/init b/tools/init index 29b7834..5baac5d 100755 --- a/tools/init +++ b/tools/init @@ -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." diff --git a/tools/release b/tools/release index 6bd0c82..d2782dc 100755 --- a/tools/release +++ b/tools/release @@ -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." diff --git a/tools/test b/tools/test index a647bde..83a9490 100755 --- a/tools/test +++ b/tools/test @@ -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 "" Specify config file(s)'