diff --git a/website/docs/commands/graph.html.markdown b/website/docs/commands/graph.html.markdown
index 6be2f49e7..2de101a03 100644
--- a/website/docs/commands/graph.html.markdown
+++ b/website/docs/commands/graph.html.markdown
@@ -37,11 +37,10 @@ Options:
This helps when diagnosing cycle errors.
* `-module-depth=n` - Specifies the depth of modules to show in the output.
- By default this is -1, which will expand all.
+ By default this is `-1`, which will expand all.
-* `-no-color` - If specified, output won't contain any color.
-
-* `-type=plan` - Type of graph to output. Can be: plan, plan-destroy, apply, legacy.
+* `-type=plan` - Type of graph to output. Can be: `plan`, `plan-destroy`, `apply`,
+ `validate`, `input`, `refresh`.
## Generating Images