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
2bc8cf4206
commit
5bf7ae6382
2 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ The command-line interface is straightforward as reflected in the output from
|
||||||
```
|
```
|
||||||
Usage: tio [<options>] <tty-device|sub-config>
|
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:
|
Options:
|
||||||
-b, --baudrate <bps> Baud rate (default: 115200)
|
-b, --baudrate <bps> Baud rate (default: 115200)
|
||||||
|
|
|
||||||
|
|
@ -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 or activate 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