From 21f027fafe63d6f25e2ede432ddfbc903ab7af73 Mon Sep 17 00:00:00 2001 From: Matt Gartman Date: Tue, 26 Jul 2016 07:57:12 -0400 Subject: [PATCH] removed aws- prefix in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 125f7f73..5f6f2f80 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ aws_secret_access_key = FugaFuga $ terraforming s3 --profile hoge ``` -You can force the AWS SDK to utilize the CA certificate that is bundled with the SDK for systems where the default OpenSSL certificate is not installed (e.g. Windows) by utilizing the `--aws-use-bundled-cert` option. +You can force the AWS SDK to utilize the CA certificate that is bundled with the SDK for systems where the default OpenSSL certificate is not installed (e.g. Windows) by utilizing the `--use-bundled-cert` option. ```bash PS C:\> terraforming ec2 --use-bundled-cert