mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-19 06:06:54 +00:00
refactor: restore shell script extensions
Without an extension, the shell script configuration in `.gitattribute` will not work.
This commit is contained in:
@@ -37,7 +37,7 @@ help() {
|
||||
echo " 2. Merge the release branch into the default branch"
|
||||
echo
|
||||
echo "Usage:"
|
||||
echo " bash ./tools/release [options]"
|
||||
echo " bash $0 [options]"
|
||||
echo
|
||||
echo "Options:"
|
||||
echo " --prepare Preparation for release"
|
||||
@@ -19,7 +19,7 @@ help() {
|
||||
echo
|
||||
echo "Usage:"
|
||||
echo
|
||||
echo " bash ./tools/test [options]"
|
||||
echo " bash $0 [options]"
|
||||
echo
|
||||
echo "Options:"
|
||||
echo ' -c, --config "<config_a[,config_b[...]]>" Specify config file(s)'
|
||||
Reference in New Issue
Block a user