mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Make quit hint more explicit
To minimize confusion for new users.
This commit is contained in:
parent
ed0386d2c4
commit
93e49ab5a2
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ int main(int argc, char *argv[])
|
|||
tio_printf("tio v%s", VERSION);
|
||||
if (interactive_mode)
|
||||
{
|
||||
tio_printf("Press ctrl-%c q to quit", option.prefix_key);
|
||||
tio_printf("Press <ctrl-%c> then <q> to quit", option.prefix_key);
|
||||
} else
|
||||
{
|
||||
tio_printf("Non-interactive mode enabled");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue