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: