From 4b8eb6f96a06c74f9c867d6516394e75bd25a19e Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Sun, 28 Oct 2018 12:07:03 -0700 Subject: [PATCH] Add required argument to cli parameter --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b848ce6..fc574ed 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ Add this to your `.pre-commit-config.yaml` - `detect-aws-credentials` - Checks for the existence of AWS secrets that you have set up with the AWS CLI. The following arguments are available: - - `--credentials-file` - additional AWS CLI style configuration file in a - non-standard location to fetch configured credentials from. Can be repeated - multiple times. + - `--credentials-file CREDENTIAL_FILES` - additional AWS CLI style + configuration file in a non-standard location to fetch configured + credentials from. Can be repeated multiple times. - `--allow-missing-credentials` - Allow hook to pass when no credentials are detected. - `detect-private-key` - Checks for the existence of private keys.