mirror of
				https://github.com/cheat/cheat.git
				synced 2025-11-04 07:45:28 +01:00 
			
		
		
		
	fix(docopt): whitespace typo in --help output
				
					
				
			Fix a whitespace (alignment) typo in the `--help` output.
This commit is contained in:
		@@ -56,4 +56,4 @@ Examples:
 | 
				
			|||||||
    cheat --rm foo/bar
 | 
					    cheat --rm foo/bar
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  To view the configuration file path:
 | 
					  To view the configuration file path:
 | 
				
			||||||
	cheat --conf
 | 
					    cheat --conf
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -65,6 +65,6 @@ Examples:
 | 
				
			|||||||
    cheat --rm foo/bar
 | 
					    cheat --rm foo/bar
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  To view the configuration file path:
 | 
					  To view the configuration file path:
 | 
				
			||||||
	cheat --conf
 | 
					    cheat --conf
 | 
				
			||||||
`)
 | 
					`)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user