Update for amazon-instance builder docs [GH-1491]

Updating --url parameter to --region in the builder
documentation for the bundle upload command.
This commit is contained in:
Lance French 2014-09-11 23:08:45 -07:00
parent c143e60ffc
commit ce5276d667
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ sudo -n ec2-upload-bundle \
-s {{.SecretKey}} \
-d {{.BundleDirectory}} \
--batch \
--url {{.S3Endpoint}} \
--region {{.Region}} \
--retry
```