diff --git a/README.md b/README.md index a492f59..07ec14d 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ evomaintenance is a program that helps reporting what you've done on a server Usage: evomaintenance or evomaintenance --message="add new host" - or evomaintenance --no-db --no-mail --no-commit + or evomaintenance --no-api --no-mail --no-commit or echo "add new vhost" | evomaintenance Options -m, --message=MESSAGE set the message from the command line --mail enable the mail hook (default) --no-mail disable the mail hook - --db enable the database hook (default) - --no-db disable the database hook + --db enable the database hook + --no-db disable the database hook (default) --api enable the API hook (default) --no-api disable the API hook --commit enable the commit hook (default)