Skip to content

Commit 4b8eb6f

Browse files
committed
Add required argument to cli parameter
1 parent efc5b9e commit 4b8eb6f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Add this to your `.pre-commit-config.yaml`
5858
- `detect-aws-credentials` - Checks for the existence of AWS secrets that you
5959
have set up with the AWS CLI.
6060
The following arguments are available:
61-
- `--credentials-file` - additional AWS CLI style configuration file in a
62-
non-standard location to fetch configured credentials from. Can be repeated
63-
multiple times.
61+
- `--credentials-file CREDENTIAL_FILES` - additional AWS CLI style
62+
configuration file in a non-standard location to fetch configured
63+
credentials from. Can be repeated multiple times.
6464
- `--allow-missing-credentials` - Allow hook to pass when no credentials are
6565
detected.
6666
- `detect-private-key` - Checks for the existence of private keys.

0 commit comments

Comments
 (0)