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

main.c: help text: simplify grammar

This commit is contained in:
Intel A80486DX2-66 2024-11-18 00:48:11 +03:00
parent 9680cf6cba
commit e890bf3751
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -210,11 +210,11 @@ int main(int argc, char** argv) {
" Value range: [1.." INT2STR(CHAR_BIT) "]\n" " Value range: [1.." INT2STR(CHAR_BIT) "]\n"
" Default value: %" PRIu8 "\n" " Default value: %" PRIu8 "\n"
"\n" "\n"
" -passes : This parameter determines the number of times " " -passes : Determines the number of times the file will be "
"the file will\n" "processed. The\n"
" be processed. The higher the value, the longer " " higher the value, the longer the overall "
"the overall\n" "processing time will\n"
" processing time will be.\n" " be.\n"
" Value range: [1..%" PRIuMAX "]\n" " Value range: [1..%" PRIuMAX "]\n"
" Default value: %" PRIuMAX "\n" " Default value: %" PRIuMAX "\n"
"\n" "\n"