mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update doc
This commit is contained in:
parent
5daabf88d9
commit
2bc8cf4206
2 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ The command-line interface is straightforward as reflected in the output from
|
||||||
-v, --version Display version
|
-v, --version Display version
|
||||||
-h, --help Display help
|
-h, --help Display help
|
||||||
|
|
||||||
Options may be set via configuration file.
|
Options and sub-configurations may be set via configuration file.
|
||||||
|
|
||||||
In session, press ctrl-t q to quit.
|
In session, press ctrl-t q to quit.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,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("Options may be set via configuration file.\n");
|
printf("Options and sub-configurations may be set via configuration file.\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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue