Update doc

This commit is contained in:
Martin Lund 2022-07-03 13:18:52 +02:00
parent db88a9d664
commit 4ca7375cac
3 changed files with 16 additions and 8 deletions

View file

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