README.md: added new parameters to help section and added *.log to .gitignore section

This commit is contained in:
Oliver Schraml 2019-01-29 08:35:48 +01:00
parent b66b90deb4
commit 86c61984ee
1 changed files with 5 additions and 1 deletions

View File

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