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