fix outdated hint on how to analyze a completed game

Sat, 04 Apr 2026 12:35:59 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 04 Apr 2026 12:35:59 +0200
changeset 97
f87cad9445b4
parent 96
5faa21316c85
child 98
9cb41383540f

fix outdated hint on how to analyze a completed game

src/server.c file | annotate | diff | comparison | revisions
--- a/src/server.c	Sun Mar 29 15:35:55 2026 +0200
+++ b/src/server.c	Sat Apr 04 12:35:59 2026 +0200
@@ -104,7 +104,7 @@
                 return 1;
             }
             if (!is_game_running(&gamestate)) {
-                addstr("Game has ended. Use -S to analyze it.\n");
+                addstr("Game has ended. Use -s to analyze it locally.\n");
                 return 1;
             }
             addch('\n');

mercurial