From 51ff5cba38c84bf948860f5aa9970f7df4676d00 Mon Sep 17 00:00:00 2001 From: Calle Pettersson Date: Mon, 31 Oct 2016 12:34:56 +0100 Subject: [PATCH] Align the help string of output with documentation (#9735) --- command/output.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/command/output.go b/command/output.go index a1cf7bf4ed..9ea86db22a 100644 --- a/command/output.go +++ b/command/output.go @@ -247,7 +247,9 @@ func (c *OutputCommand) Help() string { Usage: terraform output [options] [NAME] Reads an output variable from a Terraform state file and prints - the value. If NAME is not specified, all outputs are printed. + the value. With no additional arguments, output will display all + the outputs for the root module. If NAME is not specified, all + outputs are printed. Options: