diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-02-27 14:26:53 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-02-27 14:30:44 +0100 |
commit | 1922524577d3fb8d63d5f5aede6fc913209ab552 (patch) | |
tree | 5cdc9d73deaf21e432fb24b201d616af5510629f /tcpdump.c | |
parent | f7d6567191b85e4c1cf891af9a24418be4ce93bb (diff) | |
download | tcpdump-1922524577d3fb8d63d5f5aede6fc913209ab552.tar.gz |
Don't show in the usage the removed in 2003 -a option
Diffstat (limited to 'tcpdump.c')
-rw-r--r-- | tcpdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |