src/main.c

changeset 84
df47b7efb97d
parent 83
ead00609e5e6
equal deleted inserted replaced
83:ead00609e5e6 84:df47b7efb97d
109 "Starts/joins a network chess game\n" 109 "Starts/joins a network chess game\n"
110 "\nGeneral options\n" 110 "\nGeneral options\n"
111 " -c <PGN file> Continue the specified game\n" 111 " -c <PGN file> Continue the specified game\n"
112 " -h This help page\n" 112 " -h This help page\n"
113 " -p TCP port to use (default: 27015)\n" 113 " -p TCP port to use (default: 27015)\n"
114 " -U Disables unicode pieces\n"
114 // TODO: implement and activate feature 115 // TODO: implement and activate feature
115 //" -S <PGN file> Compute and print statistics for the specified game\n" 116 //" -S <PGN file> Compute and print statistics for the specified game\n"
116 " -v Print version information and exits\n" 117 " -v Print version information and exits\n"
117 "\nServer options\n" 118 "\nServer options\n"
118 " -a <time> Specifies the time to add after each move\n" 119 " -a <time> Specifies the time to add after each move\n"
119 " -b Server plays black pieces (default: white)\n" 120 " -b Server plays black pieces (default: white)\n"
120 " -r Distribute color randomly\n" 121 " -r Distribute color randomly\n"
121 " -s Single machine mode\n" 122 " -s Single machine mode\n"
122 " -t <time> Specifies time limit (default: no limit)\n" 123 " -t <time> Specifies time limit (default: no limit)\n"
123 " -U Disables unicode pieces\n"
124 "\nNotes\n" 124 "\nNotes\n"
125 "The time unit for -a is seconds and for -t minutes by default. To " 125 "The time unit for -a is seconds and for -t minutes by default. To "
126 "specify\nseconds for the -t option, use the s suffix.\n" 126 "specify\nseconds for the -t option, use the s suffix.\n"
127 "Example: -t 150s\n\n" 127 "Example: -t 150s\n\n"
128 "Use '-' for PGN files to read PGN data from standard input\n" 128 "Use '-' for PGN files to read PGN data from standard input\n"

mercurial