From 740aff3899afe5c6f7b394632377e037a07653fa Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Thu, 21 Mar 2019 16:44:00 -0700 Subject: [PATCH] website: Update options for graph command 'legacy' doesn't seem to be a thing anymore, and we were missing some of the other values for -type. Also -no-color doesn't seem to be relevant to this command. --- website/docs/commands/graph.html.markdown | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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