X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=options.c;h=cba1e630028ff23be5300cb11ae2a4969a5876e6;hb=96d0921142060606933323f6bc37b02ee1225c3d;hp=d7418dfbab94cebcd1446d838cd155d854a316ff;hpb=20917615ac052d1e811066b648438daed00afb67;p=sigrok-cli.git 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,