From 96d0921142060606933323f6bc37b02ee1225c3d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 20 Oct 2016 23:09:24 +0200 Subject: [PATCH] --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. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2