From c1992ef2a70007d9aa843328fb782fed8471a485 Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Tue, 18 Aug 2020 11:52:49 +0200 Subject: [PATCH] Added html to -M in usage --- prowler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prowler b/prowler index 7ffe651f..45d52f6a 100755 --- a/prowler +++ b/prowler @@ -67,7 +67,7 @@ USAGE: -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) - -M output mode: text (default), mono, json, json-asff, junit-xml, csv. They can be used combined comma separated. + -M output mode: text (default), mono, html, json, json-asff, junit-xml, csv. They can be used combined comma separated. (separator is ","; data is on stdout; progress on stderr). -k keep the credential report -n show check numbers to sort easier @@ -564,4 +564,4 @@ if [[ $ACCOUNT_TO_ASSUME ]]; then unset AWS_SESSION_TOKEN fi -exit $EXITCODE \ No newline at end of file +exit $EXITCODE