command/show: update help

pull/396/head
Mitchell Hashimoto 12 years ago
parent d7786473df
commit dac5f0e3df

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

Loading…
Cancel
Save