From dac5f0e3df3b0a81a904b2efbbbaeac3337f58fe Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 11 Oct 2014 12:57:47 -0700 Subject: [PATCH] command/show: update help --- command/show.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/show.go b/command/show.go index e8a0838db..83384f4e2 100644 --- a/command/show.go +++ b/command/show.go @@ -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: