command/show: update help

This commit is contained in:
Mitchell Hashimoto 2014-10-11 12:57:47 -07:00
parent d7786473df
commit dac5f0e3df
1 changed files with 2 additions and 2 deletions

View File

@ -106,10 +106,10 @@ func (c *ShowCommand) Run(args []string) int {
func (c *ShowCommand) Help() string {
helpText := `
Usage: terraform show [options] path
Usage: terraform show [options] [path]
Reads and outputs a Terraform state or plan file in a human-readable
form.
form. If no path is specified, the current state will be shown.
Options: