Skip to content

Commit c272123

Browse files
committed
Add the description for stopping the game
1 parent 33d8dbd commit c272123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kmldrv-user.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ int main(int argc, char *argv[])
9898
printf("\t Ctrl + P - Pause to show the game\n");
9999
printf("\t Ctrl + C - Continue to show the game\n");
100100
printf("\t Ctrl + R - Restart a tic-tac-toe game\n");
101+
printf("\t Ctrl + Q - Stop the tic-tac-toe game\n");
101102
return 0;
102103
default:
103104
printf("Invalid arguments\n");

0 commit comments

Comments
 (0)