summaryrefslogtreecommitdiff
path: root/lib/chef/application/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/application/client.rb')
-rw-r--r--lib/chef/application/client.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb
index e36c990c65..0fc5ca7711 100644
--- a/lib/chef/application/client.rb
+++ b/lib/chef/application/client.rb
@@ -48,11 +48,6 @@ class Chef::Application::Client < Chef::Application::Base
description: "Set the PID file location, for the #{Chef::Dist::CLIENT} daemon process. Defaults to /tmp/chef-client.pid.",
proc: nil
- 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."
-
option :runlist,
short: "-r RunlistItem,RunlistItem...",
long: "--runlist RunlistItem,RunlistItem...",