]> sigrok.org Git - sigrok-cli.git/blobdiff - options.c
nsis: Ship Python stdlib *.pyd files.
[sigrok-cli.git] / options.c
index d69ed7381e21fbe9402deda2b3c2f48620d0a0da..5a6f9487769f640bd4e04a71c61832bcf6f0191e 100644 (file)
--- a/options.c
+++ b/options.c
@@ -159,7 +159,7 @@ static const GOptionEntry optargs[] = {
                        "Sample continuously", NULL},
        {"get", 0, 0, G_OPTION_ARG_CALLBACK, &check_opt_get, "Get device options only", NULL},
        {"set", 0, 0, G_OPTION_ARG_NONE, &opt_set, "Set device options only", NULL},
-       {"list-serial", 0, 0, G_OPTION_ARG_NONE, &opt_list_serial, "List available serial ports", NULL},
+       {"list-serial", 0, 0, G_OPTION_ARG_NONE, &opt_list_serial, "List available serial/HID/BT/BLE ports", NULL},
        {NULL, 0, 0, 0, NULL, NULL, NULL}
 };