rds-command-line-tools: remove keys from comment.
Closes Homebrew/homebrew#41503. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
00db8de2da
commit
0e966786d1
1 changed files with 1 additions and 3 deletions
|
@ -21,9 +21,7 @@ class RdsCommandLineTools < Formula
|
||||||
|
|
||||||
def caveats
|
def caveats
|
||||||
<<-EOS.undent
|
<<-EOS.undent
|
||||||
Before you can use these tools you must export some variables to your $SHELL.
|
Before you can use these tools you must export a variable to your $SHELL.
|
||||||
export AWS_ACCESS_KEY="<Your AWS Access ID>"
|
|
||||||
export AWS_SECRET_KEY="<Your AWS Secret Key>"
|
|
||||||
export AWS_CREDENTIAL_FILE="<Path to the credentials file>"
|
export AWS_CREDENTIAL_FILE="<Path to the credentials file>"
|
||||||
|
|
||||||
To check that your setup works properly, run the following command:
|
To check that your setup works properly, run the following command:
|
||||||
|
|
Loading…
Reference in a new issue