From 4f203f855ed6e950197f9b241d4d40fcfda5f52d Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Sun, 21 Feb 2021 17:46:07 +0200 Subject: clarify the help output. Signed-off-by: Gediminas Jakutis --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index b841d56..ccdbfc2 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1-only */ -/* Copyright (C) 2020 Gediminas Jakutis */ +/* Copyright (C) 2020-2021 Gediminas Jakutis */ #include #include @@ -249,7 +249,7 @@ static void printhelp(const char * const name) " --[no]-cache cache data in memory (default) or process data in-place\n" " --position= fetch element from position \n" " --num= of elements to fetch/generate\n" - " --out= write output to file\n" + " --out= write output to instead of FILE\n" "\n" "In case more than one same option is provided, the last one take precedence\n" "\n", -- cgit v1.2.3