X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=options.c;h=5a6f9487769f640bd4e04a71c61832bcf6f0191e;hp=d69ed7381e21fbe9402deda2b3c2f48620d0a0da;hb=cccdd2b91b566862a56b81ec327df740495a8350;hpb=56fc0d6dbca2d46ff2a79275ef6307c4e38bf6a1 diff --git a/options.c b/options.c index d69ed73..5a6f948 100644 --- 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} };