commit 3347e1e2
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);