We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c272123 commit 29856aeCopy full SHA for 29856ae
kmldrv-user.c
@@ -94,10 +94,7 @@ int main(int argc, char *argv[])
94
printf("\t--start - start a tic-tac-toe game\n");
95
printf("\t--release - release kmldrv\n\n");
96
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");
+ printf("\t Ctrl + P - Pause/Continue to show the game\n");
101
printf("\t Ctrl + Q - Stop the tic-tac-toe game\n");
102
return 0;
103
default:
0 commit comments