From 9e06e265cc3bf81cd77a815325fa435e79b090f7 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 17 Sep 2021 15:54:18 +0200 Subject: [PATCH] Update help message --- src/utictactoe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utictactoe.c b/src/utictactoe.c index 001f255..17d4b2e 100644 --- a/src/utictactoe.c +++ b/src/utictactoe.c @@ -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");