1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

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
3 changed files with 3 additions and 3 deletions

View File

@@ -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."