X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=options.c;h=cba1e630028ff23be5300cb11ae2a4969a5876e6;hp=d7418dfbab94cebcd1446d838cd155d854a316ff;hb=f4c490a7a2e53564ef90956aea8c09d09685f51e;hpb=2620358aec3debcf4db81709927e8bb787d08b9b diff --git a/options.c b/options.c index d7418df..cba1e63 100644 --- a/options.c +++ b/options.c @@ -140,7 +140,7 @@ static const GOptionEntry optargs[] = { {"scan", 0, 0, G_OPTION_ARG_NONE, &opt_scan_devs, "Scan for devices", NULL}, {"show", 0, 0, G_OPTION_ARG_NONE, &opt_show, - "Show device detail", NULL}, + "Show device/format/decoder details", NULL}, {"time", 0, 0, G_OPTION_ARG_CALLBACK, &check_opt_time, "How long to sample (ms)", NULL}, {"samples", 0, 0, G_OPTION_ARG_CALLBACK, &check_opt_samples,