From e9ed3396101362ca251a3a939080f0294bb93493 Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Fri, 8 Sep 2017 18:19:31 -0400 Subject: [PATCH] issue #101 added numeral feature request issue #101 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 949ac681..a47991cf 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ With Prowler you can: - get a colourish or monochrome report - a CSV format report for diff - run specific checks without having to run the entire report -- check multiple AWS accounts in parallel +- check multiple AWS accounts in parallel ## Requirements This script has been written in bash using AWS-CLI and it works in Linux and OSX. @@ -130,6 +130,7 @@ USAGE: -m specify the maximum number of items to return for long-running requests (default: 100) -M output mode: text (defalut), mono, csv (separator is ","; data is on stdout; progress on stderr) -k keep the credential report + -n show check numbers to sort easier (i.e.: 1.01 instead of 1.1) -h this help ```