From a13ec7ae35953d852afa1ce7a1761f76ea8e4b36 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Sat, 22 Jan 2022 14:22:21 -0500 Subject: Removed unused command from help output --- src/move.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/move.c') diff --git a/src/move.c b/src/move.c index 269b1fc..e4ac68e 100644 --- a/src/move.c +++ b/src/move.c @@ -33,13 +33,7 @@ static void print_help() { puts("To enter a move, enter the two row and column seperated by spaces.\n" "For example `0 0` will select the top left corner.\n\n" - "p - Print the board again\n" - "g - Drop into a guile repl\n" - "\n" - "In the guile repl you can define an AI to use for the current" - "player.\n" - "After you define an AI for that player, it will be used for the rest " - "of the game instead of prompting for input for that user.\n"); + "p - Print the board again\n"); } static char *prompt_player(enum player_color current_player) { -- cgit v1.2.3