From 86c61984ee7a11b2670726370ee25f14d131e3a4 Mon Sep 17 00:00:00 2001 From: suchademon Date: Tue, 29 Jan 2019 08:35:48 +0100 Subject: [PATCH] README.md: added new parameters to help section and added *.log to .gitignore section --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a35b1e7..0162247 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,12 @@ systemctl enable monitnotify.service ### Help ```bash -monitnotifyer.sh [-hd] +monitnotifyer.sh [-h] [-(d|D)] [-a (start|stop)] -h will show you this help message -d will run the script in debug mode (output to stdout) + -D will disable the debug mode + -a (default start) Can be set manually only to start or stop + for starting or stopping the script ``` ### Debuging @@ -97,6 +100,7 @@ DEADJOE /pretrigger_notification.sh /monitnotify.service /test* +/*.log ```