Update doc

This commit is contained in:
Martin Lund 2022-07-03 14:58:04 +02:00
parent 2bc8cf4206
commit 5bf7ae6382
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ The command-line interface is straightforward as reflected in the output from
```
Usage: tio [<options>] <tty-device|sub-config>
Connect to tty-device or activate sub-configuration.
Connect to tty-device directly or via sub-configuration.
Options:
-b, --baudrate <bps> Baud rate (default: 115200)

View file

@ -70,7 +70,7 @@ void print_help(char *argv[])
{
printf("Usage: %s [<options>] <tty-device|sub-config>\n", argv[0]);
printf("\n");
printf("Connect to tty-device or activate sub-configuration.\n");
printf("Connect to tty-device directly or via sub-configuration.\n");
printf("\n");
printf("Options:\n");
printf(" -b, --baudrate <bps> Baud rate (default: 115200)\n");