mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Removed + to remove potential confusion
This commit is contained in:
parent
81be02fc03
commit
efef2fa254
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ void print_help(char *argv[])
|
||||||
printf(" -v, --version Display version\n");
|
printf(" -v, --version Display version\n");
|
||||||
printf(" -h, --help Display help\n");
|
printf(" -h, --help Display help\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("In session, press ctrl-t + q to quit.\n");
|
printf("In session, press ctrl-t q to quit.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,7 @@ void stdout_configure(void)
|
||||||
|
|
||||||
/* Print launch hints */
|
/* Print launch hints */
|
||||||
tio_printf("tio v%s", VERSION);
|
tio_printf("tio v%s", VERSION);
|
||||||
tio_printf("Press ctrl-t + q to quit");
|
tio_printf("Press ctrl-t q to quit");
|
||||||
|
|
||||||
/* Make sure we restore old stdout settings on exit */
|
/* Make sure we restore old stdout settings on exit */
|
||||||
atexit(&stdout_restore);
|
atexit(&stdout_restore);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue