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:
Kohei Hasegawa 2015-07-09 13:15:50 +09:00 committed by Mike McQuaid
parent 00db8de2da
commit 0e966786d1

View file

@ -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: