# HG changeset patch # User Mike Becker # Date 1775298959 -7200 # Node ID f87cad9445b49369389ced44c5735f74519b34f3 # Parent 5faa21316c856cc8d92816ffced19ca377a042bd fix outdated hint on how to analyze a completed game diff -r 5faa21316c85 -r f87cad9445b4 src/server.c --- 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');