diff --git a/misc/graph.rb b/misc/graph.rb index 678c7b40..a9a4d494 100755 --- a/misc/graph.rb +++ b/misc/graph.rb @@ -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