This commit is contained in:
Martin Lund 2022-09-11 00:57:05 +02:00
parent 1dc3a3891d
commit 0afcef807b
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ The command-line interface is straightforward as reflected in the output from
--response-timeout <ms> Response timeout (default: 100)
--rs-485 Enable RS-485 mode
--rs-485-config <config> Set RS-485 configuration
--alert none|bell|blink Alert on connect/disconnect (default: none)
--alert bell|blink|none Alert on connect/disconnect (default: none)
-v, --version Display version
-h, --help Display help

View file

@ -122,7 +122,7 @@ void print_help(char *argv[])
printf(" --response-timeout <ms> Response timeout (default: 100)\n");
printf(" --rs-485 Enable RS-485 mode\n");
printf(" --rs-485-config <config> Set RS-485 configuration\n");
printf(" --alert none|bell|blink Alert on connect/disconnect (default: none)\n");
printf(" --alert bell|blink|none Alert on connect/disconnect (default: none)\n");
printf(" -v, --version Display version\n");
printf(" -h, --help Display help\n");
printf("\n");