From: Francois-Xavier Le Bail Date: Fri, 24 Apr 2020 18:50:49 +0000 (+0200) Subject: Update the message about the verbose option X-Git-Tag: tcpdump-4.99-bp~436 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/952a6373c88ee7eaccc52882bd946b3210df69b9 Update the message about the verbose option The -v (verbose) option can be repeated more than two times. [skip ci] --- diff --git a/tcpdump.c b/tcpdump.c index 5e0afd24..376d9a20 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -2461,7 +2461,7 @@ DIAG_ON_CLANG(assign-enum) */ if (!ndo->ndo_vflag && !WFileName) { (void)fprintf(stderr, - "%s: verbose output suppressed, use -v or -vv for full protocol decode\n", + "%s: verbose output suppressed, use -v[v]... for full protocol decode\n", program_name); } else (void)fprintf(stderr, "%s: ", program_name);