Update doc

This commit is contained in:
Martin Lund 2022-07-06 16:25:15 +02:00
parent 167a19fcdd
commit e53b69afbd
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

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