diff options
author | Jeff Windsor <jeff.windsor@gmail.com> | 2020-07-03 23:13:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-04 09:13:32 +0300 |
commit | e1474a1e5fe866e0444f9a97ede69bbe9b1f3b44 (patch) | |
tree | 2bdb0f0c63b5d30b646e683d297c602a53c7810a /CHANGELOG.md | |
parent | 09179d06fd07c13deb0b108a6f9264f77d9d9599 (diff) | |
download | alacritty-e1474a1e5fe866e0444f9a97ede69bbe9b1f3b44.tar.gz alacritty-e1474a1e5fe866e0444f9a97ede69bbe9b1f3b44.zip |
Update --help for class option to match manpage
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8109b100..ccf6cd07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Scroll down escape (`CSI Ps T`) incorrectly pulling lines from history - Dim escape (`CSI 2 m`) support for truecolor text - Incorrectly deleted lines when increasing width with a prompt wrapped using spaces +- Documentation for class in `--help` missing information on setting general class ## 0.4.3 |