From b264825e85043bc45df1282097cea5d60eb965c5 Mon Sep 17 00:00:00 2001 From: Joshua John Sherman Date: Wed, 23 Oct 2013 19:25:11 -0400 Subject: [PATCH] Update README.md Cleaned up the arguments section --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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