diff options
author | Guy Harris <guy@alum.mit.edu> | 2020-02-22 01:58:16 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2020-02-22 01:58:16 -0800 |
commit | 12cf799245fc6c540959d3c86bb973b761bc3127 (patch) | |
tree | 2f4674e6cd0d31aad42a3376ccf570d321a9b3d1 | |
parent | 344e610236ae5279d45eef2626a874568ff129c2 (diff) | |
download | tcpdump-12cf799245fc6c540959d3c86bb973b761bc3127.tar.gz |
-W has an argument.
Should fix GitHub issue the-tcpdump-group/tcpdump-htdocs/#15.
-rw-r--r-- | tcpdump.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpdump.1.in b/tcpdump.1.in index ad929656..ccecde6a 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -804,7 +804,7 @@ See .BR pcap-savefile (@MAN_FILE_FORMATS@) for a description of the file format. .TP -.B \-W +.BI \-W " filecount" Used in conjunction with the .B \-C option, this will limit the number |