mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
Fix comment
This commit is contained in:
parent
19c3b0367a
commit
b4585b053a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user