From 98ef947ed184a5864fc9a892859ffa6c39048877 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 2 Jun 2017 17:10:32 -0700 Subject: [PATCH] website: correction of heading and usage in "providers" command docs --- website/source/docs/commands/providers.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/commands/providers.html.markdown b/website/source/docs/commands/providers.html.markdown index edf71721d..50bf4170d 100644 --- a/website/source/docs/commands/providers.html.markdown +++ b/website/source/docs/commands/providers.html.markdown @@ -7,7 +7,7 @@ description: |- in the current configuration. --- -# Command: show +# Command: providers The `terraform providers` command prints information about the providers used in the current configuration. @@ -30,7 +30,7 @@ to understanding why a particular provider is needed. ## Usage -Usage: `terraform show [config-path]` +Usage: `terraform providers [config-path]` Pass an explicit configuration path to override the default of using the current working directory.