This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: ir-ctl: Rename no-wideband to narrowband
Author:  Sean Young <s...@mess.org>
Date:    Wed Jan 16 15:20:19 2019 +0000

Signed-off-by: Sean Young <s...@mess.org>

 utils/ir-ctl/ir-ctl.1.in | 2 +-
 utils/ir-ctl/ir-ctl.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=cccddf95a624c9f2bfdea4db4eaa1ee0d0ae4696
diff --git a/utils/ir-ctl/ir-ctl.1.in b/utils/ir-ctl/ir-ctl.1.in
index 2a148c70adae..10d4d594663e 100644
--- a/utils/ir-ctl/ir-ctl.1.in
+++ b/utils/ir-ctl/ir-ctl.1.in
@@ -54,7 +54,7 @@ Use the wideband receiver if available on the hardware. This 
is also
 known as learning mode. The measurements should be more precise and any
 carrier frequency should be accepted.
 .TP
-\fB\-n\fR, \fB\-\-no-wideband\fR
+\fB\-n\fR, \fB\-\-narrowband\fR
 Switches back to the normal, narrowband receiver if the wideband receiver
 was enabled.
 .TP
diff --git a/utils/ir-ctl/ir-ctl.c b/utils/ir-ctl/ir-ctl.c
index ddd930688e27..7ecb1317ae23 100644
--- a/utils/ir-ctl/ir-ctl.c
+++ b/utils/ir-ctl/ir-ctl.c
@@ -109,7 +109,7 @@ static const struct argp_option options[] = {
                { .doc = N_("Receiving options:") },
        { "one-shot",   '1',    0,              0,      N_("end receiving after 
first message") },
        { "wideband",   'w',    0,              0,      N_("use wideband 
receiver aka learning mode") },
-       { "no-wideband",'n',    0,              0,      N_("use normal 
narrowband receiver, disable learning mode") },
+       { "narrowband", 'n',    0,              0,      N_("use narrowband 
receiver, disable learning mode") },
        { "carrier-range", 'R', N_("RANGE"),    0,      N_("set receiver 
carrier range") },
        { "measure-carrier", 'm', 0,            0,      N_("report carrier 
frequency") },
        { "no-measure-carrier", 'M', 0,         0,      N_("disable reporting 
carrier frequency") },

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to