mirror of
https://github.com/google/brotli.git
synced 2026-04-06 06:03:43 +00:00
[PR #1163] [CLOSED] print help to stdout #1725
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?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/1163
Author: @tansy
Created: 4/18/2024
Status: ❌ Closed
Base:
master← Head:help-stdout📝 Commits (1)
683b3eaprint help to stdout📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
c/tools/brotli.c(+1 -1)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.