]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Update the message about the verbose option
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 24 Apr 2020 18:50:49 +0000 (20:50 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 24 Apr 2020 18:57:42 +0000 (20:57 +0200)
The -v (verbose) option can be repeated more than two times.

[skip ci]

tcpdump.c

index 5e0afd24b22f62c7971f9e74c2353065691fd0de..376d9a208bf95e2ba4aab2e1da6ad7998f7bc7ad 100644 (file)
--- 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);