mirror of
https://git.disroot.org/80486DX2-66/polonium.git
synced 2024-12-26 15:10:40 +05:30
main.c: help text: simplify grammar
This commit is contained in:
parent
9680cf6cba
commit
e890bf3751
10
src/main.c
10
src/main.c
@ -210,11 +210,11 @@ int main(int argc, char** argv) {
|
||||
" Value range: [1.." INT2STR(CHAR_BIT) "]\n"
|
||||
" Default value: %" PRIu8 "\n"
|
||||
"\n"
|
||||
" -passes : This parameter determines the number of times "
|
||||
"the file will\n"
|
||||
" be processed. The higher the value, the longer "
|
||||
"the overall\n"
|
||||
" processing time will be.\n"
|
||||
" -passes : Determines the number of times the file will be "
|
||||
"processed. The\n"
|
||||
" higher the value, the longer the overall "
|
||||
"processing time will\n"
|
||||
" be.\n"
|
||||
" Value range: [1..%" PRIuMAX "]\n"
|
||||
" Default value: %" PRIuMAX "\n"
|
||||
"\n"
|
||||
|
Loading…
Reference in New Issue
Block a user