summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2015-11-17 18:14:22 -0800
committerThom May <thom@may.lt>2015-11-17 18:14:22 -0800
commit303c4336bc39b54fffe78b06f2f473a0842be53f (patch)
tree2e3166f9190e21e813b1b2ffc174d8ff91bf0d94
parenta580c9d4a52ef94c2b0d92b5beb7d270ad3a87e1 (diff)
parent9e28233f448278e1d28025433ee65fbfe9f2ba82 (diff)
downloadchef-303c4336bc39b54fffe78b06f2f473a0842be53f.tar.gz
Merge pull request #4158 from donaldguy/patch-1
Allow named_run_list to be loaded from config
-rw-r--r--lib/chef/application/client.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb
index 5fac34196d..8cc045cb8e 100644
--- a/lib/chef/application/client.rb
+++ b/lib/chef/application/client.rb
@@ -169,8 +169,7 @@ class Chef::Application::Client < Chef::Application
option :named_run_list,
:short => "-n NAMED_RUN_LIST",
:long => "--named-run-list NAMED_RUN_LIST",
- :description => "Use a policyfile's named run list instead of the default run list",
- :default => nil
+ :description => "Use a policyfile's named run list instead of the default run list"
option :environment,
:short => '-E ENVIRONMENT',