aboutsummaryrefslogtreecommitdiff
path: root/src/engine.cpp
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2026-02-16 11:45:19 +0100
committervimene <vincent.menegaux@gmail.com>2026-02-16 11:45:19 +0100
commit523b27e38c0978f6513c95f90582e7e5ab160e3d (patch)
treeface9fe3aee978a9d1b9d41d3a86d7e28ba4f242 /src/engine.cpp
parent7536dd705d121ed3a49b7e4b05af88fd241d1674 (diff)
downloadengine-523b27e38c0978f6513c95f90582e7e5ab160e3d.tar.gz
small improvementsHEADmain
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp2
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"