-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
hashsum: fix help text to show actual utility name #8650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hashsum: fix help text to show actual utility name #8650
Conversation
0c69a56 to
3340c36
Compare
|
GNU testsuite comparison: |
|
Could you please add a test to make sure we don't regress in the future? Thanks |
a10c14e to
7ed73f7
Compare
|
GNU testsuite comparison: |
7ed73f7 to
e7b7120
Compare
|
GNU testsuite comparison: |
|
@sylvestre is there a plan to merge this? Just worried about having to add any changes from main to this branch as well if they're kept apart long |
Fix all hashsum utilities (md5sum, b2sum, sha256sum, etc.) to display their actual name in help output instead of generic 'hashsum --<digest>'. Override help_template and usage for specific utilities while preserving the original hashsum behavior for the generic multicall case. Add test to verify help output shows correct utility names and prevent future regression. Fixes uutils#8614
e7b7120 to
ccb0a15
Compare
CodSpeed Performance ReportMerging #8650 will create unknown performance changesComparing Summary
|
|
GNU testsuite comparison: |
|
thanks! :) |
Fix all hashsum utilities (md5sum, b2sum, sha256sum, etc.) to display their actual name in help output instead of generic 'hashsum --<digest>'. Override help_template and usage for specific utilities while preserving the original hashsum behavior for the generic multicall case. Add test to verify help output shows correct utility names and prevent future regression. Fixes uutils#8614
Fixes #8614