From 17b0df305370d716d6ca5fab308d58aa9e43900a Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Tue, 9 Jan 2018 11:49:07 -0500 Subject: [PATCH] added region info to help output --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b365e477..76de37dd 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ USAGE: prowler -p -r [ -h ] Options: -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) + -r specify an AWS region to direct API requests to (i.e.: us-east-1), all regions are checked anyway -c specify a check number or group from the AWS CIS benchmark (i.e.: check11 for check 1.1, check3 for entire section 3 or level1 for CIS Level 1 Profile Definitions) -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)