more help

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2021-04-05 12:31:21 +02:00
parent 3dcfc78543
commit 3e0babfb0c

4
main.c
View File

@ -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"