Update help message

This commit is contained in:
Yorick Barbanneau 2021-09-17 15:54:18 +02:00
parent b55c859c4f
commit 9e06e265cc

View file

@ -13,7 +13,7 @@
: (optarg != NULL)) : (optarg != NULL))
void help(){ 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("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("-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"); printf("-x, --cross-ai N set tactic of cross player 'X'\n");