Skip to content

Commit 53d8902

Browse files
author
Sergii Pylypenko
committed
SDL: updated commandline help
1 parent a9fee69 commit 53d8902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changeAppSettings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "X$1" = "X-u" ]; then
2020
shift
2121
fi
2222
if [ "X$1" = "X-h" ]; then
23-
echo "Usage: $0 [-a] [-v] [-u]"
23+
echo "Usage: $0 [-a] [-v] [-u] [app-name]"
2424
echo " -a: auto-update project files without asking questions, it's the default action"
2525
echo " -v: ask for new version number on terminal"
2626
echo " -u: update AndroidAppSettings.cfg, this may add new config options to it"

0 commit comments

Comments
 (0)