Align the help string of output with documentation (#9735)

pull/9742/head
Calle Pettersson 10 years ago committed by Paul Stack
parent 92f48ad243
commit 51ff5cba38

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

Loading…
Cancel
Save