git repos / blockattack-game

commit 3347e1e2

Poul Sander · 2018-05-06 13:40
3347e1e2e1ed7f1bd134b512ca180993973cfcd9 patch · browse files
parent 5147de4e3188bf56aaa8d48cbb222b37ec98c74b

Update the --help with more examples

Changed files

M source/code/main.cpp before
diff --git a/source/code/main.cpp b/source/code/main.cpp index 31dfb6d..a02c117 100644 --- a/source/code/main.cpp +++ b/source/code/main.cpp
@@ -862,6 +862,8 @@ static void ParseArguments(int argc, char* argv[], globalConfig& conf) {
cout << "Examples:" << "\n";
cout << "\tblockattack \tStart the game normally" << "\n";
cout << "\tblockattack --nosound\tStart the game without sound. Can be used if sound problems prevents the game from starting" << "\n";
+ cout << "\tblockattack --puzzle-level-file puzzle.levels --puzzle-single-level 3\tStart the game with the default puzzles in level 3" << "\n";
+ cout << "\tblockattack --bind-text-domain /dev/null\t Disables translations" << "\n";
cout << "\n";
cout << "Report bugs to the issue tracker here: <https://github.com/blockattack/blockattack-game/issues>" << "\n";
exit(0);