summaryrefslogtreecommitdiff
path: root/chef/lib/chef/application/solo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/lib/chef/application/solo.rb')
-rw-r--r--chef/lib/chef/application/solo.rb8
1 files changed, 7 insertions, 1 deletions
diff --git a/chef/lib/chef/application/solo.rb b/chef/lib/chef/application/solo.rb
index 93b7f0bb34..7ec6c36e76 100644
--- a/chef/lib/chef/application/solo.rb
+++ b/chef/lib/chef/application/solo.rb
@@ -132,7 +132,13 @@ class Chef::Application::Solo < Chef::Application
Chef::RunList::RunListItem.new(item)
}
}
-
+
+ option :client_fork,
+ :short => "-f",
+ :long => "--fork",
+ :description => "Fork client",
+ :boolean => true
+
option :why_run,
:short => '-W',
:long => '--why-run',