Skip to content

Commit 29856ae

Browse files
committed
Fix description in helper message
1 parent c272123 commit 29856ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

kmldrv-user.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@ int main(int argc, char *argv[])
9494
printf("\t--start - start a tic-tac-toe game\n");
9595
printf("\t--release - release kmldrv\n\n");
9696
printf("Control Options:\n\n");
97-
printf("\t Ctrl + S - Start a tic-tac-toe game\n");
98-
printf("\t Ctrl + P - Pause to show the game\n");
99-
printf("\t Ctrl + C - Continue to show the game\n");
100-
printf("\t Ctrl + R - Restart a tic-tac-toe game\n");
97+
printf("\t Ctrl + P - Pause/Continue to show the game\n");
10198
printf("\t Ctrl + Q - Stop the tic-tac-toe game\n");
10299
return 0;
103100
default:

0 commit comments

Comments
 (0)