diff options
author | John Keiser <jkeiser@opscode.com> | 2014-06-30 10:33:48 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2014-07-07 10:04:59 -0700 |
commit | c5956378e9035af7f05e1be1c7741b50de7eb84c (patch) | |
tree | 33feaf826e9dd3126b7515d5b4a7b9cd339dc1c5 /lib/chef/application/client.rb | |
parent | b536215ece2183584188c3a304c2322de2f2a4ff (diff) | |
download | chef-c5956378e9035af7f05e1be1c7741b50de7eb84c.tar.gz |
Support --chef-zero-port=A-B,C,D-E syntax for finding ports
Diffstat (limited to 'lib/chef/application/client.rb')
-rw-r--r-- | lib/chef/application/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/client.rb b/lib/chef/application/client.rb index e9973a1131..c581bb0da0 100644 --- a/lib/chef/application/client.rb +++ b/lib/chef/application/client.rb @@ -217,7 +217,7 @@ class Chef::Application::Client < Chef::Application option :chef_zero_port, :long => "--chef-zero-port PORT", - :description => "Port to start chef-zero on" + :description => "Port (or port range) to start chef-zero on. Port ranges like 1000,1010 or 8889-9999 will try all given ports until one works." option :config_file_jail, :long => "--config-file-jail PATH", |