diff --git a/README.md b/README.md index a52ee34..9a6776c 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ time to live. You can then run the script as a cronjob (with the --clean flag) to clean up (remove) the expired rules. ## Arguments --h, --help show the help message and exit --s, --status show rule list with expirations --c, --clean clean up expired rules --r RULE, --rule RULE rule to be added to `ufw` --p POSITION, --position POSITION position to add the rule --t TTL, --ttl TTL time to live for the rule + -h, --help show the help message and exit + -s, --status show rule list with expirations + -c, --clean clean up expired rules + -r RULE, --rule RULE rule to be added to `ufw` + -p POSITION, --position POSITION position to add the rule + -t TTL, --ttl TTL time to live for the rule