summaryrefslogtreecommitdiff
path: root/tcpdump.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-02-27 14:26:53 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-02-27 14:30:44 +0100
commit1922524577d3fb8d63d5f5aede6fc913209ab552 (patch)
tree5cdc9d73deaf21e432fb24b201d616af5510629f /tcpdump.c
parentf7d6567191b85e4c1cf891af9a24418be4ce93bb (diff)
downloadtcpdump-1922524577d3fb8d63d5f5aede6fc913209ab552.tar.gz
Don't show in the usage the removed in 2003 -a option
Diffstat (limited to 'tcpdump.c')
-rw-r--r--tcpdump.c2
1 files changed, 1 insertions, 1 deletions
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,