add missed 'html' to 'format' option explanation (#2244)

Signed-off-by: Anton Markelov <doublic@gmail.com>
This commit is contained in:
Anton Markelov 2017-10-17 02:19:36 +10:00 committed by Adam Leff
parent 78c2a55945
commit 09a2f677d5

View file

@ -186,7 +186,7 @@ class Inspec::InspecCLI < Inspec::BaseCLI # rubocop:disable Metrics/ClassLength
option :command, aliases: :c,
desc: 'A single command string to run instead of launching the shell'
option :format, type: :string, default: nil, hide: true,
desc: 'Which formatter to use: cli, progress, documentation, json, json-min, junit'
desc: 'Which formatter to use: cli, documentation, html, json, json-min, junit, progress'
def shell_func
diagnose
o = opts.dup