diff options
Diffstat (limited to 'src/engine.cpp')
| -rw-r--r-- | src/engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp index 1f57bd7..0876932 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -100,7 +100,7 @@ enum class GameType { constexpr GameType game_type { GameType::test }; static void print_usage(std::ostream& output_stream) { - output_stream << "Usage: ./engine [-htg] [--help] [--term] [--graphical]\n" + output_stream << "Usage: " EXENAME " [-htg] [--help] [--term] [--graphical]\n" << " -h, --help show usage (this)\n" << " -t, --term terminal mode\n" << " -g, --graphical graphical mode (default)\n" |
