From e6fa8dd92d4d402fabddde5d02bf239a506f8650 Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Tue, 9 Jan 2018 11:47:49 -0500 Subject: [PATCH] added region info to help output --- prowler | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prowler b/prowler index b8f236a3..e8e82b24 100755 --- a/prowler +++ b/prowler @@ -47,7 +47,7 @@ USAGE: `basename $0` -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, extra71, 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) @@ -1844,4 +1844,3 @@ extra75 cleanTemp exit $EXITCODE -