diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-02 22:43:14 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-05-02 22:43:14 -0700 |
commit | e914d191b7c979149fd3aa59fe621e79db435da3 (patch) | |
tree | c18d3c3a82fbf1d893bfd060d936e192f178d700 /lib/chef/knife/deps.rb | |
parent | a6bcf09092f9ad10f6f474f9c2892108f61ea5eb (diff) | |
download | chef-e914d191b7c979149fd3aa59fe621e79db435da3.tar.gz |
More periods and product constantsbranding
A few formatting fixes as well
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/knife/deps.rb')
-rw-r--r-- | lib/chef/knife/deps.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/chef/knife/deps.rb b/lib/chef/knife/deps.rb index 4cb77eea46..8efa0d0b65 100644 --- a/lib/chef/knife/deps.rb +++ b/lib/chef/knife/deps.rb @@ -32,14 +32,16 @@ class Chef long: "--[no-]recurse", boolean: true, description: "List dependencies recursively (default: true). Only works with --tree." + option :tree, long: "--tree", boolean: true, description: "Show dependencies in a visual tree. May show duplicates." + option :remote, long: "--remote", boolean: true, - description: "List dependencies on the server instead of the local filesystem" + description: "List dependencies on the server instead of the local filesystem." attr_accessor :exit_code |