Skip to content

Commit a46710c

Browse files
committed
fix help text in gitfile.sh to display correct default gitfile
1 parent 1db86bf commit a46710c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function printHelpText
99
echo ""
1010
echo "application Options:"
1111
echo " -p, --default-clone-path= Default path to git clone into (default: ./)"
12-
echo " -f, --gitfile= File path to the Gitfile (default: ./gitfile)"
12+
echo " -f, --gitfile= File path to the Gitfile (default: ./.gitfile)"
1313
echo ""
1414
echo "Help Options:"
1515
echo " -h, --help Show this help message and exit"

0 commit comments

Comments
 (0)