diff --git a/README.md b/README.md index b6a4f49..1c89faf 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@ sudo make install ``` 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. -The purpose is to integrate it with i3status. +It checks if a program has a specific return code within some time. If it has not a notification will appear. Arguments: diff --git a/src/notify_touchy.c b/src/notify_touchy.c index 4f1300b..518e2fe 100644 --- a/src/notify_touchy.c +++ b/src/notify_touchy.c @@ -23,9 +23,7 @@ char *prog = NULL; void help(){ 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. " - "If not it will be erased.\n" - "The purpose is to integrate it with i3status.\n\n" + "It checks if a program has a specific return code within some time. If it has not a notification will appear.\n\n" "Arguments:\n\n" "-h, --help Shows this here.\n" "-p, --program [program or script] Executes and checks this program for the return code. (Required)\n"