mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Changed quit key sequence to ctrl-g + q
Changed the quit key sequence from ctrl-g + ctrl-q to ctrl-g + q as the latter is simpler and considered more conventional.
This commit is contained in:
parent
a125dca499
commit
2cf211b99f
3 changed files with 8 additions and 8 deletions
|
|
@ -51,7 +51,7 @@ void print_options_help(char *argv[])
|
|||
printf(" -v, --version Display version\n");
|
||||
printf(" -h, --help Display help\n");
|
||||
printf("\n");
|
||||
printf("In session, press ctrl-g + ctrl-q to quit.\n");
|
||||
printf("In session, press ctrl-g + q to quit.\n");
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue