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 remaining instances of "record" to "receive"
Author:  Sean Young <[email protected]>
Date:    Sun Dec 17 10:56:52 2017 +0000

Signed-off-by: Sean Young <[email protected]>

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

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=14521966d76e0dfa9230dbb90d53faddae195e00
diff --git a/utils/ir-ctl/ir-ctl.c b/utils/ir-ctl/ir-ctl.c
index 2d7689304907..58c48b06201d 100644
--- a/utils/ir-ctl/ir-ctl.c
+++ b/utils/ir-ctl/ir-ctl.c
@@ -106,7 +106,7 @@ static const struct argp_option options[] = {
        { "send",       's',    N_("FILE"),     0,      N_("send IR pulse and 
space file") },
        { "scancode", 'S',      N_("SCANCODE"), 0,      N_("send IR scancode in 
protocol specified") },
        { "verbose",    'v',    0,              0,      N_("verbose output") },
-               { .doc = N_("Recording 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") },
@@ -130,7 +130,7 @@ static const char args_doc[] = N_(
        "[to set lirc option]");
 
 static const char doc[] = N_(
-       "\nRecord IR, send IR and list features of lirc device\n"
+       "\nReceive IR, send IR and list features of lirc device\n"
        "You will need permission on /dev/lirc for the program to work\n"
        "\nOn the options below, the arguments are:\n"
        "  DEV      - the /dev/lirc* device to use\n"

_______________________________________________
linuxtv-commits mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to