c412765afe
The daemon is now configured in /etc/lirc/lirc_options.conf and remotes in individual files in /etc/lirc/lircd.conf.d/
20 lines
741 B
Diff
20 lines
741 B
Diff
commit 97282f2dce4404a6ada9fdb1fa7cc9bfba16e93a
|
|
Author: Alec Leamas <leamas.alec@gmail.com>
|
|
Date: Fri Jan 23 23:11:42 2015 +0100
|
|
|
|
lircd: Help message bugfix.
|
|
|
|
diff --git a/daemons/lircd.c b/daemons/lircd.c
|
|
index 1251b92..2ce3850 100644
|
|
--- a/daemons/lircd.c
|
|
+++ b/daemons/lircd.c
|
|
@@ -114,7 +114,7 @@ static const char* const help =
|
|
"\t -r --release[=suffix]\t\tAuto-generate release events\n"
|
|
"\t -a --allow-simulate\t\tAccept SIMULATE command\n"
|
|
"\t -Y --dynamic-codes\t\tEnable dynamic code generation\n"
|
|
-"\t -A --driver-options=key:value[;key:value...]\n"
|
|
+"\t -A --driver-options=key:value[|key:value...]\n"
|
|
"\t\t\t\t\tSet driver options\n"
|
|
# if defined(__linux__)
|
|
"\t -u --uinput\t\t\tgenerate Linux input events\n"
|