mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
parent
c93922fd36
commit
02b60e9fb3
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);
|
tio_printf("tio v%s", VERSION);
|
||||||
if (interactive_mode)
|
if (interactive_mode)
|
||||||
{
|
{
|
||||||
tio_printf("Press <ctrl-%c> then <q> to quit", option.prefix_key);
|
tio_printf("Press ctrl-%c q to quit", option.prefix_key);
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
tio_printf("Non-interactive mode enabled");
|
tio_printf("Non-interactive mode enabled");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue