Skip to content

Commit b75255f

Browse files
tekknolagik0kubun
andauthored
Use snake-case
Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
1 parent c838bb0 commit b75255f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/argument_parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def parse(argv)
130130
args.yjit_opts = str
131131
end
132132

133-
opts.on("--zjit_opts=OPT_STRING", "string of command-line options to run ZJIT with (ignored if you use -e)") do |str|
133+
opts.on("--zjit-opts=OPT_STRING", "string of command-line options to run ZJIT with (ignored if you use -e)") do |str|
134134
args.zjit_opts = str
135135
end
136136

0 commit comments

Comments
 (0)