mirror of
https://git.disroot.org/80486DX2-66/polonium.git
synced 2024-11-08 21:52:34 +05:30
reformat CLI help
This commit is contained in:
parent
cca38d03eb
commit
20fb02fdf2
@ -173,8 +173,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"
|
||||
@ -205,8 +205,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);
|
||||
|
Loading…
Reference in New Issue
Block a user