diff options
author | 2021-02-21 17:46:07 +0200 | |
---|---|---|
committer | 2021-02-21 17:46:07 +0200 | |
commit | 4f203f855ed6e950197f9b241d4d40fcfda5f52d (patch) | |
tree | 28c5a9226c8a2751f884106287af3e3a55dcbf4b /src/main.c | |
parent | f110dbc40259c9367469eca6d1ae31842c72f02a (diff) | |
download | algos-ld1-4f203f855ed6e950197f9b241d4d40fcfda5f52d.tar.gz algos-ld1-4f203f855ed6e950197f9b241d4d40fcfda5f52d.tar.bz2 algos-ld1-4f203f855ed6e950197f9b241d4d40fcfda5f52d.zip |
clarify the help output.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'src/main.c')
-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", |