We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c838bb0 commit b75255fCopy full SHA for b75255f
lib/argument_parser.rb
@@ -130,7 +130,7 @@ def parse(argv)
130
args.yjit_opts = str
131
end
132
133
- opts.on("--zjit_opts=OPT_STRING", "string of command-line options to run ZJIT with (ignored if you use -e)") do |str|
+ opts.on("--zjit-opts=OPT_STRING", "string of command-line options to run ZJIT with (ignored if you use -e)") do |str|
134
args.zjit_opts = str
135
136
0 commit comments