You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: