From 9c6d8b8a7ca980d24f1da5e1a53136b3eddf9eaa Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Thu, 1 Jun 2017 15:37:02 -0400 Subject: [PATCH] Added new options to README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 08bd055a..58221ebc 100644 --- a/README.md +++ b/README.md @@ -86,12 +86,14 @@ pip install ansi2html ./prowler -h USAGE: - prowler -p -r [ -v ] [ -h ] + prowler -p -r [ -h ] Options: - -p specify your AWS profile to use (i.e.: default) - -r specify a desired AWS region to use (i.e.: us-east-1) - -c specify a check number from the AWS CIS benchmark (i.e.: check11 for check 1.1) - -h this help + -p specify your AWS profile to use (i.e.: default) + -r specify an AWS region to direct API requests to (i.e.: us-east-1) + -c specify a check number or group from the AWS CIS benchmark (i.e.: check11 for check 1.1 or check3 for entire section 3) + -f specify an AWS region to run checks against (i.e.: us-west-1) + -m specify the maximum number of items to return for long-running requests (default: 100) + -h this help ``` ## How to fix all WARNINGS: