From cdf3ee9b804de83d57fbea898440e54d8d3f387a Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 7 Oct 2024 20:24:24 +0200 Subject: [PATCH] Fix usage of misc/graph.rb (#341) --- misc/graph.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/graph.rb b/misc/graph.rb index 678c7b4..a9a4d49 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