Fossil SCM
Updates to the "sha3sum" help text.
Commit
b015ad715d8a14d145638d22eda5b169f366bc61
Parent
dcb1a827d54b56f…
1 file changed
+7
+7
| --- src/sha3.c | ||
| +++ src/sha3.c | ||
| @@ -556,10 +556,17 @@ | ||
| 556 | 556 | ** |
| 557 | 557 | ** Usage: %fossil sha3sum FILE... |
| 558 | 558 | ** |
| 559 | 559 | ** Compute an SHA3 checksum of all files named on the command-line. |
| 560 | 560 | ** If a file is named "-" then take its content from standard input. |
| 561 | +** | |
| 562 | +** Options: | |
| 563 | +** | |
| 564 | +** --228 Compute a SHA3-228 hash (the default) | |
| 565 | +** --256 Compute a SHA3-256 hash | |
| 566 | +** --384 Compute a SHA3-384 hash | |
| 567 | +** --512 Compute a SHA3-512 hash | |
| 561 | 568 | */ |
| 562 | 569 | void sha3sum_test(void){ |
| 563 | 570 | int i; |
| 564 | 571 | Blob in; |
| 565 | 572 | Blob cksum; |
| 566 | 573 |
| --- src/sha3.c | |
| +++ src/sha3.c | |
| @@ -556,10 +556,17 @@ | |
| 556 | ** |
| 557 | ** Usage: %fossil sha3sum FILE... |
| 558 | ** |
| 559 | ** Compute an SHA3 checksum of all files named on the command-line. |
| 560 | ** If a file is named "-" then take its content from standard input. |
| 561 | */ |
| 562 | void sha3sum_test(void){ |
| 563 | int i; |
| 564 | Blob in; |
| 565 | Blob cksum; |
| 566 |
| --- src/sha3.c | |
| +++ src/sha3.c | |
| @@ -556,10 +556,17 @@ | |
| 556 | ** |
| 557 | ** Usage: %fossil sha3sum FILE... |
| 558 | ** |
| 559 | ** Compute an SHA3 checksum of all files named on the command-line. |
| 560 | ** If a file is named "-" then take its content from standard input. |
| 561 | ** |
| 562 | ** Options: |
| 563 | ** |
| 564 | ** --228 Compute a SHA3-228 hash (the default) |
| 565 | ** --256 Compute a SHA3-256 hash |
| 566 | ** --384 Compute a SHA3-384 hash |
| 567 | ** --512 Compute a SHA3-512 hash |
| 568 | */ |
| 569 | void sha3sum_test(void){ |
| 570 | int i; |
| 571 | Blob in; |
| 572 | Blob cksum; |
| 573 |