summaryrefslogtreecommitdiff
path: root/lib/chef/knife/serve.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/serve.rb')
-rw-r--r--lib/chef/knife/serve.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/serve.rb b/lib/chef/knife/serve.rb
index f74a5c1d1d..95996e6d1e 100644
--- a/lib/chef/knife/serve.rb
+++ b/lib/chef/knife/serve.rb
@@ -9,7 +9,7 @@ class Chef
option :repo_mode,
:long => "--repo-mode MODE",
- :description => "Specifies the local repository layout. Values: static (only environments/roles/data_bags/cookbooks), everything (includes nodes/clients/users), hosted_everything (includes acls/groups/etc. for Enterprise/Hosted Chef). Default: everything/hosted_everything"
+ :description => "Specifies the local repository layout. Values: static (only environments/roles/data_bags/cookbooks), everything (includes nodes/clients/users), hosted_everything (includes acls/groups/etc. for Enterprise/Hosted Chef). Default: everything/hosted_everything"
option :chef_repo_path,
:long => "--chef-repo-path PATH",