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
```