diff options
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1-only */ -/* Copyright (C) 2020 Gediminas Jakutis */ +/* Copyright (C) 2020-2021 Gediminas Jakutis */ #include <errno.h> #include <stddef.h> @@ -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=<num> fetch element from position <num>\n" " --num=<num> <num> of elements to fetch/generate\n" - " --out=<name> write output to <name> file\n" + " --out=<name> write output to <name> instead of FILE\n" "\n" "In case more than one same option is provided, the last one take precedence\n" "\n", |