summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-03 22:27:12 -0600
committermo khan <mo.khan@gmail.com>2020-06-03 22:27:12 -0600
commit3db647a0d257c0888196bc7182990c2105b68912 (patch)
tree95477561536de713a97cc294001e10135fcb6895
parent24fba02e617594cafbd9ff8094344aead129b017 (diff)
Remove hash report
-rw-r--r--lib/spandx/cli/main.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spandx/cli/main.rb b/lib/spandx/cli/main.rb
index 7476ab8..8d7cf2a 100644
--- a/lib/spandx/cli/main.rb
+++ b/lib/spandx/cli/main.rb
@@ -8,7 +8,7 @@ module Spandx
method_option :recursive, aliases: '-R', type: :boolean, desc: 'Perform recursive scan', default: false
method_option :airgap, aliases: '-a', type: :boolean, desc: 'Disable network connections', default: false
method_option :logfile, aliases: '-l', type: :string, desc: 'Path to a logfile', default: '/dev/null'
- method_option :format, aliases: '-f', type: :string, desc: 'Format of report. (table, csv, json, hash)', default: 'table'
+ method_option :format, aliases: '-f', type: :string, desc: 'Format of report. (table, csv, json)', default: 'table'
method_option :pull, aliases: '-p', type: :boolean, desc: 'Pull the latest cache before the scan', default: false
method_option :require, aliases: '-r', type: :string, desc: 'Causes spandx to load the library using require.', default: nil
method_option :show_progress, aliases: '-sp', type: :boolean, desc: 'Shows a progress bar', default: true