mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
print help to stdout, help screen, man #505
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tansy on GitHub (Apr 19, 2024).
print help to stdout, help screen, man
As you require signing CLA for technically trivial though important things I post it in an issue.
According to GNU coding standards
--help' should be printed to stdout. It makes sense as long help screen can be paged ($ prog --help | more`), searched and so on.There is an issue with the paging here because when paged with less(1) it makes black screen and even leaving it is difficult. I understand that is the issue but I made it to acknowledge the problem.
Do not separate --keep and --rm options on help screen - move --squash below.
Modified manual for v1.1.0 to include new option/s.