mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-29 22:24:35 +00:00 
			
		
		
		
	Update man page regarding --nonprintable-notation
This commit is contained in:
		
							
								
								
									
										12
									
								
								assets/manual/bat.1.in
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								assets/manual/bat.1.in
									
									
									
									
										vendored
									
									
								
							| @@ -25,6 +25,18 @@ either '--language value', '--language=value', '-l value' or '-lvalue'. | ||||
| Show non\-printable characters like space, tab or newline. Use '\-\-tabs' to | ||||
| control the width of the tab\-placeholders. | ||||
| .HP | ||||
| \fB\-\-nonprintable\-notation\fR | ||||
| .IP | ||||
| Specify how to display non-printable characters when using \-\-show\-all. | ||||
|  | ||||
| Possible values: | ||||
| .RS | ||||
| .IP "caret" | ||||
| Use character sequences like ^G, ^J, ^@, .. to identify non-printable characters | ||||
| .IP "unicode" | ||||
| Use special Unicode code points to identify non-printable characters | ||||
| .RE | ||||
| .HP | ||||
| \fB\-p\fR, \fB\-\-plain\fR | ||||
| .IP | ||||
| Only show plain style, no decorations. This is an alias for | ||||
|   | ||||
		Reference in New Issue
	
	Block a user