From 8425259c883707442b4a7ffe7f06fb2c3b3686ac Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 2 Oct 2019 16:45:31 -0600 Subject: [PATCH] help: better description for -v -v: be more verbose (use multiple times to increase verbosity) --- src/suricata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/suricata.c b/src/suricata.c index 03865afe8c..fd98170ee2 100644 --- a/src/suricata.c +++ b/src/suricata.c @@ -616,7 +616,7 @@ static void PrintUsage(const char *progname) #endif /* OS_WIN32 */ printf("\t-k [all|none] : force checksum check (all) or disabled it (none)\n"); printf("\t-V : display Suricata version\n"); - printf("\t-v[v] : increase default Suricata verbosity\n"); + printf("\t-v : be more verbose (use multiple times to increase verbosity)\n"); #ifdef UNITTESTS printf("\t-u : run the unittests and exit\n"); printf("\t-U, --unittest-filter=REGEX : filter unittests with a regex\n"); -- 2.47.2