aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/qps/proxy-worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/qps/proxy-worker.rb')
-rwxr-xr-xsrc/ruby/qps/proxy-worker.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ruby/qps/proxy-worker.rb b/src/ruby/qps/proxy-worker.rb
index fdea42d1db..4c7c510fdb 100755
--- a/src/ruby/qps/proxy-worker.rb
+++ b/src/ruby/qps/proxy-worker.rb
@@ -157,8 +157,8 @@ def proxymain
opts.on("-c", "--[no-]use_protobuf_c_extension", "Use protobuf C-extention") do |c|
options[:c_ext] = c
end
- opts.on("-b" "--php_client_bin [FILE]",
- "PHP client to execute; path relative to this script") do |c|
+ opts.on("-b", "--php_client_bin [FILE]",
+ "PHP client to execute; path relative to this script") do |c|
options['php_client_bin'] = c
end
end.parse!