Skip to content

Commit ef8c89b

Browse files
committed
trivial changes
Signed-off-by: fufesou <[email protected]>
1 parent f6d8911 commit ef8c89b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RustDeskIddApp/main.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ int prompt_input()
2727
{
2828
printf("Press key execute:\n");
2929
printf(" 1. 'x' 1. exit\n");
30-
printf(" 2. 'i' 2. install or update driver\n");
31-
printf(" 3. 'u' 3. uninstall driver\n");
32-
printf(" 4. 'c' 4. create device\n");
33-
printf(" 5. 'd' 5. destroy device\n");
30+
printf(" 2. 'c' 2. create device\n");
31+
printf(" 3. 'd' 3. destroy device\n");
32+
printf(" 4. 'i' 4. install or update driver\n");
33+
printf(" 5. 'u' 5. uninstall driver\n");
3434
printf(" 6. '1','2','3' 6. plug in monitor 0,1,2\n");
3535
printf(" 7. '4','5','6' 7. plug out monitor 0,1,2\n");
3636
return _getch();

0 commit comments

Comments
 (0)