From e890bf3751e6df3e6429eb46966ff70c9897e800 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Mon, 18 Nov 2024 00:48:11 +0300 Subject: [PATCH] main.c: help text: simplify grammar --- src/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main.c b/src/main.c index afb9590..46d2352 100644 --- a/src/main.c +++ b/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"