Revert "Make quit hint more explicit"

This reverts commit 93e49ab5a2.
This commit is contained in:
Martin Lund 2023-09-19 21:21:59 +02:00
parent c93922fd36
commit 02b60e9fb3

View file

@ -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");