diff --git a/main.c b/main.c index 06fbfee..404fe75 100644 --- a/main.c +++ b/main.c @@ -55,6 +55,10 @@ static void print_usage(void) " -k, -K, --kill Kill background daemon\n" " -v, --version Print version information\n" "\n" + "You can send script commands to the fkgpiod daemon by writting to the /tmp/fkgpiod.fifo file:\n" + "\n" + "$ echo \"LOAD /etc/fkgpiod.conf\" > /tmp/fkgpiod.fifo\n" + "\n" "Available script commands (commands are not case sensitive):\n" "-----------------------------------------------------------\n" "DUMP Dump the button mapping\n"