]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add the --skip option in print_usage()
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 26 Nov 2024 11:03:27 +0000 (12:03 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 26 Nov 2024 11:08:50 +0000 (12:08 +0100)
This is a follow-up to d0c66a2c2aa40ee0289198086cf20e1f21b7bf9c.

[skip ci]

tcpdump.c

index 56dc2145bdcfe98acc8a8bcb614ff72c61c43a4b..60fc81d61480c56870f3168b1b5cd224d64987cd 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -3321,7 +3321,7 @@ print_usage(FILE *f)
        (void)fprintf(f,
 "\t\t[ --print-sampling nth ] [ -Q in|out|inout ] [ -r file ]\n");
        (void)fprintf(f,
-"\t\t[ -s snaplen ] [ -T type ] [ --version ]\n");
+"\t\t[ -s snaplen ] [ --skip count ] [ -T type ] [ --version ]\n");
        (void)fprintf(f,
 "\t\t[ -V file ] [ -w file ] [ -W filecount ] [ -y datalinktype ]\n");
 #ifdef HAVE_PCAP_SET_TSTAMP_PRECISION