Fix comment

This commit is contained in:
kojix2 2020-11-15 00:43:13 +09:00
parent 19c3b0367a
commit b4585b053a

View File

@ -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