From: Francois-Xavier Le Bail Date: Thu, 27 Feb 2020 13:26:53 +0000 (+0100) Subject: Don't show in the usage the removed in 2003 -a option X-Git-Tag: tcpdump-4.99-bp~508 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/1922524577d3fb8d63d5f5aede6fc913209ab552 Don't show in the usage the removed in 2003 -a option --- diff --git a/tcpdump.c b/tcpdump.c index 2f126391..30671841 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -3137,7 +3137,7 @@ print_usage(void) { print_version(); (void)fprintf(stderr, -"Usage: %s [-aAbd" D_FLAG "efhH" I_FLAG J_FLAG "KlLnNOpqStu" U_FLAG "vxX#]" B_FLAG_USAGE " [ -c count ] [--count]\n", program_name); +"Usage: %s [-Abd" D_FLAG "efhH" I_FLAG J_FLAG "KlLnNOpqStu" U_FLAG "vxX#]" B_FLAG_USAGE " [ -c count ] [--count]\n", program_name); (void)fprintf(stderr, "\t\t[ -C file_size ] [ -E algo:secret ] [ -F file ] [ -G seconds ]\n"); (void)fprintf(stderr,