1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-09-19 02:25:33 +05:30

reformat CLI help

This commit is contained in:
Intel A80486DX2-66 2024-08-06 16:11:05 +03:00
parent a881b80a2b
commit c707657459
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -175,8 +175,8 @@ int main(int argc, char** argv) {
"[parameters]:\n"
" -probability : Determines the likelihood of a neutron "
"radiation event\n"
" occurring. The higher the value, the more "
"likely the bits are\n"
" occurring. The higher the value, the more likely "
"the bits are\n"
" to be corrupted.\n"
" Value range: [1..%" PRIu16 "]\n"
" Default value: %" PRIu16 "\n"
@ -207,8 +207,8 @@ int main(int argc, char** argv) {
"\n"
" -printable : Work only with printable ASCII characters\n"
"\n"
" -seed : Specify a 32-bit seed for the PRNG. If you "
"want to keep it\n"
" -seed : Specify a 32-bit seed for the PRNG. If you want "
"to keep it\n"
" random, set the option to `random`.\n",
program_name, UINT16_MAX, probability, threshold,
(uintmax_t) SIZE_MAX, passes);