summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrzej Grzeslak <agrzeslak0@gmail.com>2022-10-19 09:11:40 +1100
committerGitHub <noreply@github.com>2022-10-18 22:11:40 +0000
commitc3b915b6952f0fa47d362d8f2474b6b8464ac8a7 (patch)
tree578968d03befce0e919fdd03e82cba398691f508 /CHANGELOG.md
parent269b6e3dba66f54ff6d83a1d26142683dd191905 (diff)
Fix `--help` output for `--class` to match man pages
The output of --help did not match the man pages with regards to the ordering of arguments for the --class flag. This has now been fixed. Fixes #6413.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a65af97..03a8c9ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 0.12.0-dev
+### Fixed
+
+- `--help` output for `--class` does not match man pages
+
## 0.11.0
### Packaging