Skip to content

Commit

Permalink
Fix usage of misc/graph.rb (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon authored Oct 7, 2024
1 parent b846eef commit cdf3ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/graph.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def render_graph(json_path, png_path, title_font_size: 16.0, legend_font_size: 1

args = {}
parser = OptionParser.new do |opts|
opts.banner = "Usage: #{$0} [options] CSV_PATH"
opts.banner = "Usage: #{$0} [options] JSON_PATH"
opts.on('--title SIZE', 'title font size') do |v|
args[:title_font_size] = v.to_f
end
Expand Down

0 comments on commit cdf3ee9

Please sign in to comment.