1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-12-28 16:10:58 +05:30

main.c: fix help text

This commit is contained in:
Intel A80486DX2-66 2024-07-19 23:14:04 +03:00
parent 94dc5703a4
commit f81100fbf1
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -195,7 +195,7 @@ int main(int argc, char** argv) {
" -l,\n" " -l,\n"
" --line-endings : Preserve line endings\n" " --line-endings : Preserve line endings\n"
"\n" "\n"
" -p,\n" " -P,\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 "