website: correction of heading and usage in "providers" command docs

This commit is contained in:
Martin Atkins 2017-06-02 17:10:32 -07:00
parent fb405ff296
commit 98ef947ed1
1 changed files with 2 additions and 2 deletions

View File

@ -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.