There is a new pull request by jcgruenhage against master on the void-packages repository https://github.com/jcgruenhage/void-packages git-cliff-0.9.0_2 https://github.com/void-linux/void-packages/pull/39344 git-cliff: generate and ship man page Motivation here is that running `git cliff --help` doesn't give any reasonable output (just complains that there is man page on `git-cliff`), while `git-cliff --help` does. The former is handled by git, which opens `man 1 git-cliff`, where as the latter is handled by `git-cliff`, giving out the default help output from clap. With this change, `git cliff --help` and `git-cliff --help` still differ, but at least they both give out a sensible result. #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/39344.patch is attached