mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +08:00
Fix typo
This commit is contained in:
parent
661e5048dd
commit
3e3b1cdfec
@ -79,7 +79,7 @@ module Uplot
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def create_sub_parser
|
def create_sub_parsers
|
||||||
parsers = Hash.new { |h, k| h[k] = create_default_parser }
|
parsers = Hash.new { |h, k| h[k] = create_default_parser }
|
||||||
|
|
||||||
parsers[:barplot] = \
|
parsers[:barplot] = \
|
||||||
@ -178,7 +178,7 @@ module Uplot
|
|||||||
|
|
||||||
def parse_options(argv = ARGV)
|
def parse_options(argv = ARGV)
|
||||||
main_parser = create_default_parser
|
main_parser = create_default_parser
|
||||||
sub_parsers = create_sub_parser
|
sub_parsers = create_sub_parsers
|
||||||
|
|
||||||
# Usage and help messages
|
# Usage and help messages
|
||||||
main_parser.banner = \
|
main_parser.banner = \
|
||||||
|
Loading…
Reference in New Issue
Block a user