This commit is contained in:
Martin Lund 2017-11-09 14:38:50 +01:00
parent 19ad278c2d
commit 39ef771e10

View file

@ -51,7 +51,7 @@ struct option_t option =
void print_help(char *argv[]) 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("\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");