diff --git a/src/main.c b/src/main.c index 6cd9484..1c98ab0 100644 --- a/src/main.c +++ b/src/main.c @@ -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);