From b4585b053a26bb52280ccc28ef8e38f26bf863b5 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sun, 15 Nov 2020 00:43:13 +0900 Subject: [PATCH] Fix comment --- lib/uplot/command/parser.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/uplot/command/parser.rb b/lib/uplot/command/parser.rb index 41d235c..a80665f 100644 --- a/lib/uplot/command/parser.rb +++ b/lib/uplot/command/parser.rb @@ -96,10 +96,9 @@ module Uplot def main_parser @main_parser ||= create_default_parser do |main_parser| - # Usage and help messages - # Here, help is stored in the banner. - # Because help of main_parser may be called by sub_parser method, - # local variable is not used. + # Here, help message is stored in the banner. + # Because help of main_parser may be referred by `sub_parser`. + main_parser.banner = \ <<~MSG