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