mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Update doc
This commit is contained in:
parent
167a19fcdd
commit
e53b69afbd
2 changed files with 2 additions and 2 deletions
|
|
@ -232,7 +232,7 @@ tio will try to match the user input to a sub-configuration by name or by patter
|
||||||
Options without any label change the default options.
|
Options without any label change the default options.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
Any options set via command-line will override options set in the configuraqtion file.
|
Any options set via command-line will override options set in the configuration file.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
The following configuration file options are available:
|
The following configuration file options are available:
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,7 @@ void print_help(char *argv[])
|
||||||
{
|
{
|
||||||
printf("Usage: %s [<options>] <tty-device|sub-config>\n", argv[0]);
|
printf("Usage: %s [<options>] <tty-device|sub-config>\n", argv[0]);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("Connect to tty-device directly or via sub-configuration.\n");
|
printf("Connect to tty device directly or via sub-configuration.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("Options:\n");
|
printf("Options:\n");
|
||||||
printf(" -b, --baudrate <bps> Baud rate (default: 115200)\n");
|
printf(" -b, --baudrate <bps> Baud rate (default: 115200)\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue