From aa844ef4c78fbee5b9f07a8051ca1c391b9bc7eb Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Fri, 11 Jul 2014 06:21:16 -0700 Subject: [PATCH] Update vagrant-cloud.html.markdown alphabetize options --- .../source/docs/post-processors/vagrant-cloud.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/post-processors/vagrant-cloud.html.markdown b/website/source/docs/post-processors/vagrant-cloud.html.markdown index 499234262..273b0cf32 100644 --- a/website/source/docs/post-processors/vagrant-cloud.html.markdown +++ b/website/source/docs/post-processors/vagrant-cloud.html.markdown @@ -59,9 +59,6 @@ access to on Vagrant Cloud, as well as authentication and version information. ### Optional: -* `version_description` (string) - Optionally markdown text used as a full-length - and in-depth description of the version, typically for denoting changes introduced - * `no_release` (string) - If set to true, does not release the version on Vagrant Cloud, making it active. You can manually release the version via the API or Web UI. Defaults to false. @@ -70,6 +67,9 @@ via the API or Web UI. Defaults to false. is useful if you're using Vagrant Private Cloud in your own network. Defaults to `https://vagrantcloud.com/api/v1` +* `version_description` (string) - Optionally markdown text used as a full-length + and in-depth description of the version, typically for denoting changes introduced + ## Use with Vagrant Post-Processor You'll need to use the Vagrant post-processor before using this post-processor.