From cf65789c18af7f3ab774b846dfa99f05a749ce7c Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 7 Oct 2024 20:12:47 +0200 Subject: [PATCH] Fix usage of misc/graph.rb --- misc/graph.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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