summaryrefslogtreecommitdiff
path: root/lirc/20150123231142-97282f2-help-message.patch
blob: c5e492a21a7447b93fcf64c4876abef33dcccbed (plain)
    1 commit 97282f2dce4404a6ada9fdb1fa7cc9bfba16e93a
    2 Author: Alec Leamas <leamas.alec@gmail.com>
    3 Date:   Fri Jan 23 23:11:42 2015 +0100
    4 
    5     lircd: Help message bugfix.
    6 
    7 diff --git a/daemons/lircd.c b/daemons/lircd.c
    8 index 1251b92..2ce3850 100644
    9 --- a/daemons/lircd.c
   10 +++ b/daemons/lircd.c
   11 @@ -114,7 +114,7 @@ static  const char* const help =
   12  "\t -r --release[=suffix]\t\tAuto-generate release events\n"
   13  "\t -a --allow-simulate\t\tAccept SIMULATE command\n"
   14  "\t -Y --dynamic-codes\t\tEnable dynamic code generation\n"
   15 -"\t -A --driver-options=key:value[;key:value...]\n"
   16 +"\t -A --driver-options=key:value[|key:value...]\n"
   17  "\t\t\t\t\tSet driver options\n"
   18  #       if defined(__linux__)
   19  "\t -u --uinput\t\t\tgenerate Linux input events\n"

Generated by cgit