Skip to content

Commit

Permalink
much nicer description for --depends
Browse files Browse the repository at this point in the history
kudos @adamleff
  • Loading branch information
arlimus committed Jan 3, 2018
1 parent 9f14af3 commit fe6e981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inspec/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def detect
option :format, type: :string, default: nil, hide: true,
desc: 'Which formatter to use: cli, documentation, html, json, json-min, junit, progress'
option :depends, type: :array, default: [],
desc: 'A list of local folders that are loaded as dependencies (e.g. for resources)'
desc: 'A space-delimited list of local folders containing profiles whose libraries and resources will be loaded into the new shell'
def shell_func
diagnose
o = opts.dup
Expand Down

0 comments on commit fe6e981

Please sign in to comment.