mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-04 04:12:31 +01:00
Fix command typo
This commit is contained in:
committed by
David Peter
parent
195d5e0e16
commit
69c798eafd
@@ -71,7 +71,7 @@ bat header.md content.md footer.md > document.md
|
|||||||
|
|
||||||
bat -n main.rs # show line numbers (only)
|
bat -n main.rs # show line numbers (only)
|
||||||
|
|
||||||
cat f - g # output 'f', then stdin, then 'g'.
|
bat f - g # output 'f', then stdin, then 'g'.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
Reference in New Issue
Block a user