Skip to content

Commit 6929267

Browse files
committed
Add message for --ruby option [ci skip]
1 parent 694d99d commit 6929267

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tool/lib/test/unit.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ def setup_options(opts, options)
346346
options[:retry] = false
347347
end
348348

349-
opts.on '--ruby VAL', "Path to ruby which is used at -j option" do |a|
349+
opts.on '--ruby VAL', "Path to ruby which is used at -j option",
350+
"Also used as EnvUtil.rubybin by some assertion methods" do |a|
350351
options[:ruby] = a.split(/ /).reject(&:empty?)
351352
end
352353

0 commit comments

Comments
 (0)