Help changed. Saying truth now.

This commit is contained in:
Bandie 2018-03-19 21:15:45 +01:00
parent 3633803911
commit bf6a586a07
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
2 changed files with 2 additions and 5 deletions

View File

@ -22,8 +22,7 @@ sudo make install
``` ```
notify_touchy ( arguments ) notify_touchy ( arguments )
It checks if a program has a specific return code within some time. If it has a file will be touched. If not it will be erased. It checks if a program has a specific return code within some time. If it has not a notification will appear.
The purpose is to integrate it with i3status.
Arguments: Arguments:

View File

@ -23,9 +23,7 @@ char *prog = NULL;
void help(){ void help(){
printf("notify_touchy ( arguments )\n\n" printf("notify_touchy ( arguments )\n\n"
"It checks if a program has a specific return code within some time. If it has a file will be touched. " "It checks if a program has a specific return code within some time. If it has not a notification will appear.\n\n"
"If not it will be erased.\n"
"The purpose is to integrate it with i3status.\n\n"
"Arguments:\n\n" "Arguments:\n\n"
"-h, --help Shows this here.\n" "-h, --help Shows this here.\n"
"-p, --program [program or script] Executes and checks this program for the return code. (Required)\n" "-p, --program [program or script] Executes and checks this program for the return code. (Required)\n"