Add modules options in short help

This commit is contained in:
Antonin Décimo
2015-06-26 17:32:12 +02:00
parent b968ddbc82
commit 0e9c8b624d
2 changed files with 9 additions and 2 deletions

View File

@@ -254,14 +254,16 @@ default_module () {
# Print short help
short_help () {
cat <<EOF
cat <<EndOfSHelp
Usage: love-release.sh [options...] [files...]
Options:
-h Print short help
-t <title> Set the project's title
-r <release> Set the release directory
-v <version> Set the LÖVE version
EOF
Modules:
-L LÖVE
EndOfSHelp
}
dump_var () {