We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b846eef commit cdf3ee9Copy full SHA for cdf3ee9
misc/graph.rb
@@ -51,7 +51,7 @@ def render_graph(json_path, png_path, title_font_size: 16.0, legend_font_size: 1
51
52
args = {}
53
parser = OptionParser.new do |opts|
54
- opts.banner = "Usage: #{$0} [options] CSV_PATH"
+ opts.banner = "Usage: #{$0} [options] JSON_PATH"
55
opts.on('--title SIZE', 'title font size') do |v|
56
args[:title_font_size] = v.to_f
57
end
0 commit comments