src/main.c

changeset 75
b0b8bf3c536e
parent 69
c8f2c280cff7
child 78
ceb9197b3c6d
equal deleted inserted replaced
74:163c0ebacf14 75:b0b8bf3c536e
109 " -c <PGN file> Continue the specified game\n" 109 " -c <PGN file> Continue the specified game\n"
110 " -h This help page\n" 110 " -h This help page\n"
111 " -p TCP port to use (default: 27015)\n" 111 " -p TCP port to use (default: 27015)\n"
112 // TODO: implement and activate feature 112 // TODO: implement and activate feature
113 //" -S <PGN file> Compute and print statistics for the specified game\n" 113 //" -S <PGN file> Compute and print statistics for the specified game\n"
114 " -v Print version information and exists\n" 114 " -v Print version information and exits\n"
115 "\nServer options\n" 115 "\nServer options\n"
116 " -a <time> Specifies the time to add after each move\n" 116 " -a <time> Specifies the time to add after each move\n"
117 " -b Server plays black pieces (default: white)\n" 117 " -b Server plays black pieces (default: white)\n"
118 " -r Distribute color randomly\n" 118 " -r Distribute color randomly\n"
119 " -s Single machine mode\n" 119 " -s Single machine mode\n"

mercurial