Update help message
This commit is contained in:
parent
b55c859c4f
commit
9e06e265cc
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
: (optarg != NULL))
|
||||
|
||||
void help(){
|
||||
printf("usage: utictactoe ([-i LEVEL|-x N|-o N|-v|-V|-h] | -c FILE)\n");
|
||||
printf("Usage: utictactoe ([-i LEVEL|-x N|-o N|-v|-V|-h] | -c FILE)\n");
|
||||
printf("Play a utictactoe game with human or program players.\n");
|
||||
printf("-i, --inception-level LEVEL deepness of the game (min=1, max=3 (default=2))\n");
|
||||
printf("-x, --cross-ai N set tactic of cross player 'X'\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue