mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Cleanup
This commit is contained in:
parent
19ad278c2d
commit
39ef771e10
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ struct option_t option =
|
|||
|
||||
void print_help(char *argv[])
|
||||
{
|
||||
printf("Usage: %s [<options>] <tty device>\n", argv[0]);
|
||||
printf("Usage: %s [<options>] <tty-device>\n", argv[0]);
|
||||
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