Skip to content

Commit 3ba83a7

Browse files
k0kubuntekknolagi
andcommitted
Update example in help on --zjit-stats
Co-authored-by: Max Bernstein <tekknolagi@gmail.com>
1 parent b07ec11 commit 3ba83a7

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
@@ -126,7 +126,7 @@ def parse(argv)
126126
ENV["YJIT_BENCH_STATS"] = str
127127
end
128128

129-
opts.on("--zjit-stats=STATS", "print ZJIT stats at each iteration and show them in the summary table") do |str|
129+
opts.on("--zjit-stats=STAT1,STAT2,...", "print ZJIT stats at each iteration and show them in the summary table") do |str|
130130
ENV["ZJIT_BENCH_STATS"] = str
131131
args.zjit_stats = str.split(",")
132132
end

0 commit comments

Comments
 (0)