summaryrefslogtreecommitdiff
path: root/lib/chef/knife/supermarket_download.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/supermarket_download.rb')
-rw-r--r--lib/chef/knife/supermarket_download.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/supermarket_download.rb b/lib/chef/knife/supermarket_download.rb
index a912f18d85..dc0c50ab92 100644
--- a/lib/chef/knife/supermarket_download.rb
+++ b/lib/chef/knife/supermarket_download.rb
@@ -32,16 +32,16 @@ class Chef
option :file,
short: "-f FILE",
long: "--file FILE",
- description: "The filename to write to"
+ description: "The filename to write to."
option :force,
long: "--force",
- description: "Force download deprecated version"
+ description: "Force download deprecated version."
option :supermarket_site,
short: "-m SUPERMARKET_SITE",
long: "--supermarket-site SUPERMARKET_SITE",
- description: "Supermarket Site",
+ description: "The URL of the Supermarket site.",
default: "https://supermarket.chef.io",
proc: Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }