summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2022-07-27 19:37:59 +0200
committercgzones <cgzones@googlemail.com>2022-08-09 21:20:54 +0200
commitfc228246665ce925e5027e4d1ff27ee9160a5424 (patch)
tree78299a138e82892e56afb5530d91f17df864d8ba
parent9a4879b48f9ca1a39aa4eaa67bccc171cd5bca35 (diff)
Drop incorrect help message
-rw-r--r--CommandLine.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/CommandLine.c b/CommandLine.c
index d21f4821..9749158b 100644
--- a/CommandLine.c
+++ b/CommandLine.c
@@ -66,7 +66,6 @@ static void printHelpFlag(const char* name) {
"-V --version Print version info\n");
Platform_longOptionsUsage(name);
printf("\n"
- "Long options may be passed with a single dash.\n\n"
"Press F1 inside %s for online help.\n"
"See 'man %s' for more information.\n", name, name);
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy