summaryrefslogtreecommitdiff
path: root/lib/chef/knife/supermarket_show.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/supermarket_show.rb')
-rw-r--r--lib/chef/knife/supermarket_show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/supermarket_show.rb b/lib/chef/knife/supermarket_show.rb
index f32639dfc3..4fe8ef25fb 100644
--- a/lib/chef/knife/supermarket_show.rb
+++ b/lib/chef/knife/supermarket_show.rb
@@ -28,7 +28,7 @@ class Chef
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 }