Help changed. Saying truth now.
This commit is contained in:
parent
3633803911
commit
bf6a586a07
@ -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:
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user