diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-24 20:50:49 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-24 20:57:42 +0200 |
commit | 952a6373c88ee7eaccc52882bd946b3210df69b9 (patch) | |
tree | 1ec1525904041e22447501eb5b5365a8cf6abb5a /tcpdump.c | |
parent | 51166947eea5867eab23960ba3abad06f70334c8 (diff) | |
download | tcpdump-952a6373c88ee7eaccc52882bd946b3210df69b9.tar.gz |
Update the message about the verbose option
The -v (verbose) option can be repeated more than two times.
[skip ci]
Diffstat (limited to 'tcpdump.c')
-rw-r--r-- | tcpdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |