summaryrefslogtreecommitdiff
path: root/lib/chef/knife/deps.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-02 22:43:14 -0700
committerTim Smith <tsmith@chef.io>2019-05-02 22:43:14 -0700
commite914d191b7c979149fd3aa59fe621e79db435da3 (patch)
treec18d3c3a82fbf1d893bfd060d936e192f178d700 /lib/chef/knife/deps.rb
parenta6bcf09092f9ad10f6f474f9c2892108f61ea5eb (diff)
downloadchef-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.rb4
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