1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-07 13:52:25 +01:00

Fixed typo in CHANGELOG.md for PR #2309

This commit is contained in:
John Higgins
2022-10-14 14:23:51 -07:00
parent 236a2c5794
commit 20f272168a

View File

@@ -1,7 +1,7 @@
# unreleased
## Features
- Implemented `-S` and `--chop-long-lines` flags as aliases for `--wrap=character`. See #2309 (@johnmatthiggins)
- Implemented `-S` and `--chop-long-lines` flags as aliases for `--wrap=never`. See #2309 (@johnmatthiggins)
## Bugfixes