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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user