fix typo in help text

Mon, 02 Jun 2025 18:42:41 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 02 Jun 2025 18:42:41 +0200
changeset 75
b0b8bf3c536e
parent 74
163c0ebacf14
child 76
c2a4fb5024b4

fix typo in help text

src/main.c file | annotate | diff | comparison | revisions
--- a/src/main.c	Mon Jun 02 18:40:26 2025 +0200
+++ b/src/main.c	Mon Jun 02 18:42:41 2025 +0200
@@ -111,7 +111,7 @@
 "  -p            TCP port to use (default: 27015)\n"
 // TODO: implement and activate feature
 //"  -S <PGN file> Compute and print statistics for the specified game\n"
-"  -v            Print version information and exists\n"
+"  -v            Print version information and exits\n"
 "\nServer options\n"
 "  -a <time>     Specifies the time to add after each move\n"
 "  -b            Server plays black pieces (default: white)\n"

mercurial