Skip to content

Commit cdf3ee9

Browse files
authored
Fix usage of misc/graph.rb (#341)
1 parent b846eef commit cdf3ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/graph.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def render_graph(json_path, png_path, title_font_size: 16.0, legend_font_size: 1
5151

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

0 commit comments

Comments
 (0)