From 0d5cd549a47415addb74f4797e10a24968817cdd Mon Sep 17 00:00:00 2001 From: Tehmasp Chaudhri Date: Tue, 1 Oct 2013 19:45:11 -0600 Subject: [PATCH] Updated web site doc. for avail commands list --- website/source/docs/installation.html.markdown | 2 ++ website/source/intro/getting-started/setup.html.markdown | 2 ++ 2 files changed, 4 insertions(+) diff --git a/website/source/docs/installation.html.markdown b/website/source/docs/installation.html.markdown index 81474dcab..32fde782f 100644 --- a/website/source/docs/installation.html.markdown +++ b/website/source/docs/installation.html.markdown @@ -42,6 +42,8 @@ usage: packer [--version] [--help] [] Available commands are: build build image(s) from template + fix fixes templates from old versions of packer + inspect see components of a template validate check that a template is valid ``` diff --git a/website/source/intro/getting-started/setup.html.markdown b/website/source/intro/getting-started/setup.html.markdown index 6b624db81..276f1d9c8 100644 --- a/website/source/intro/getting-started/setup.html.markdown +++ b/website/source/intro/getting-started/setup.html.markdown @@ -45,6 +45,8 @@ usage: packer [--version] [--help] [] Available commands are: build build image(s) from template + fix fixes templates from old versions of packer + inspect see components of a template validate check that a template is valid ```