mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 07:31:12 +08:00
Fix comment
This commit is contained in:
parent
19c3b0367a
commit
b4585b053a
@ -96,10 +96,9 @@ module Uplot
|
|||||||
|
|
||||||
def main_parser
|
def main_parser
|
||||||
@main_parser ||= create_default_parser do |main_parser|
|
@main_parser ||= create_default_parser do |main_parser|
|
||||||
# Usage and help messages
|
# Here, help message is stored in the banner.
|
||||||
# Here, help is stored in the banner.
|
# Because help of main_parser may be referred by `sub_parser`.
|
||||||
# Because help of main_parser may be called by sub_parser method,
|
|
||||||
# local variable is not used.
|
|
||||||
main_parser.banner = \
|
main_parser.banner = \
|
||||||
<<~MSG
|
<<~MSG
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user