Signed-off-by: Dave Henderson <Dave.Henderson@ca.ibm.com>
This commit is contained in:
Dave Henderson 2015-05-01 16:04:58 -04:00
parent 2e85fd32e4
commit 7c090a976f
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ Options:
--format, -f Format the output using the given go template. --format, -f Format the output using the given go template.
``` ```
By default, this will render all results in a JSON array. If a format is By default, this will render information about a machine as JSON. If a format is
specified, the given template will be executed for each result. specified, the given template will be executed for each result.
Go's [text/template](http://golang.org/pkg/text/template/) package Go's [text/template](http://golang.org/pkg/text/template/) package