From: Uwe Hermann Date: Thu, 20 Oct 2016 21:09:24 +0000 (+0200) Subject: --help output: More specific --show help text. X-Git-Tag: sigrok-cli-0.7.0~23 X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=96d0921142060606933323f6bc37b02ee1225c3d --help output: More specific --show help text. Mention that --show also works for showing input/output format options, as well as protocol decoder options. This fixes bug #851. --- 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,