mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Typo
This commit is contained in:
		@@ -190,7 +190,7 @@ impl App {
 | 
				
			|||||||
                    .long("plain")
 | 
					                    .long("plain")
 | 
				
			||||||
                    .conflicts_with("style")
 | 
					                    .conflicts_with("style")
 | 
				
			||||||
                    .conflicts_with("number")
 | 
					                    .conflicts_with("number")
 | 
				
			||||||
                    .help("Show plain style (alias for '--style=plain'.")
 | 
					                    .help("Show plain style (alias for '--style=plain').")
 | 
				
			||||||
                    .long_help(
 | 
					                    .long_help(
 | 
				
			||||||
                        "Only show plain style, no decorations. This is an alias for \
 | 
					                        "Only show plain style, no decorations. This is an alias for \
 | 
				
			||||||
                         '--style=plain'",
 | 
					                         '--style=plain'",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user