Commit 0c69a56
committed
hashsum: fix help text to show actual utility name
- Fix all hashsum utilities (md5sum, b2sum, sha256sum, etc.) to show correct utility name in help
- Previously showed 'Usage: hashsum --<digest>' instead of 'Usage: md5sum [OPTION]...'
- Override help_template and usage for specific utilities while preserving hashsum behavior
- Resolves issue where uucore::util_name() returns canonical name 'hashsum' for all variants
Fixes #86141 parent aaf742d commit 0c69a56
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
| 501 | + | |
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
519 | 527 | | |
| 528 | + | |
| 529 | + | |
520 | 530 | | |
521 | 531 | | |
522 | 532 | | |
| |||
0 commit comments