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
db88a9d664
commit
4ca7375cac
3 changed files with 16 additions and 8 deletions
|
|
@ -68,7 +68,9 @@ struct option_t option =
|
|||
|
||||
void print_help(char *argv[])
|
||||
{
|
||||
printf("Usage: %s [<options>] <tty-device|config>\n", argv[0]);
|
||||
printf("Usage: %s [<options>] <tty-device|sub-config>\n", argv[0]);
|
||||
printf("\n");
|
||||
printf("Connect to tty-device or activate sub-configuration.\n");
|
||||
printf("\n");
|
||||
printf("Options:\n");
|
||||
printf(" -b, --baudrate <bps> Baud rate (default: 115200)\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue