Commit fd8dfea8 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #646 from jtopper/bundle_vol_command_website

website: Match default ec2-bundle-vol documented on the website to the one that's used by the code.
parents 81df3d91 1716e761
...@@ -238,7 +238,7 @@ sudo -n ec2-bundle-vol \ ...@@ -238,7 +238,7 @@ sudo -n ec2-bundle-vol \
-u {{.AccountId}} \ -u {{.AccountId}} \
-c {{.CertPath}} \ -c {{.CertPath}} \
-r {{.Architecture}} \ -r {{.Architecture}} \
-e {{.PrivatePath}} \ -e {{.PrivatePath}}/* \
-d {{.Destination}} \ -d {{.Destination}} \
-p {{.Prefix}} \ -p {{.Prefix}} \
--batch --batch
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment