From 945a4f14a0171ff495cc60cfe726d1b02aa14a54 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 3 Jul 2024 13:58:56 -0600 Subject: [PATCH] fix command-line arg docs --- src/game/boe.main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/boe.main.cpp b/src/game/boe.main.cpp index df50d04d..f67d48dc 100644 --- a/src/game/boe.main.cpp +++ b/src/game/boe.main.cpp @@ -225,8 +225,8 @@ void process_args(int argc, char* argv[]) { // Command line usage: // "Blades of Exile" # basic launch // "Blades of Exile" # launch and load save file - // "Blades of Exile" record # record this session in a time-stamped xml file - // "Blades of Exile" play # replay a session from an xml file + // "Blades of Exile" record # record this session in a time-stamped xml file + // "Blades of Exile" replay # replay a session from an xml file if (argc > 1) { std::string file = ""; if (argc > 2) {