From 09a2f677d59e0cfe95546222476a1599c85b0fa5 Mon Sep 17 00:00:00 2001 From: Anton Markelov Date: Tue, 17 Oct 2017 02:19:36 +1000 Subject: [PATCH] add missed 'html' to 'format' option explanation (#2244) Signed-off-by: Anton Markelov --- lib/inspec/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inspec/cli.rb b/lib/inspec/cli.rb index f0787d8ce..e0d76b3a3 100644 --- a/lib/inspec/cli.rb +++ b/lib/inspec/cli.rb @@ -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