src/main.c

changeset 84
df47b7efb97d
parent 83
ead00609e5e6
--- a/src/main.c	Fri Jun 06 19:19:14 2025 +0200
+++ b/src/main.c	Fri Jun 06 19:21:03 2025 +0200
@@ -111,6 +111,7 @@
 "  -c <PGN file> Continue the specified game\n"
 "  -h            This help page\n"
 "  -p            TCP port to use (default: 27015)\n"
+"  -U            Disables unicode pieces\n"
 // TODO: implement and activate feature
 //"  -S <PGN file> Compute and print statistics for the specified game\n"
 "  -v            Print version information and exits\n"
@@ -120,7 +121,6 @@
 "  -r            Distribute color randomly\n"
 "  -s            Single machine mode\n"
 "  -t <time>     Specifies time limit (default: no limit)\n"
-"  -U            Disables unicode pieces\n"
 "\nNotes\n"
 "The time unit for -a is seconds and for -t minutes by default. To "
 "specify\nseconds for the -t option, use the s suffix.\n"

mercurial