diff options
author | Guy Harris <guy@alum.mit.edu> | 2014-05-06 14:29:35 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2014-05-06 14:29:35 -0700 |
commit | 7c4458b1b6d2841858e0738cc9f5b4c6c3e9a2a8 (patch) | |
tree | a486eb1678a9f5925d9469b4820eb32afca0bde3 /tcpdump.1.in | |
parent | 2773a167b0f677598a06e9b29c2efa1acd8cc3d9 (diff) | |
download | tcpdump-7c4458b1b6d2841858e0738cc9f5b4c6c3e9a2a8.tar.gz |
Document --version.
Diffstat (limited to 'tcpdump.1.in')
-rw-r--r-- | tcpdump.1.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tcpdump.1.in b/tcpdump.1.in index d105883e..21776c44 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -123,6 +123,9 @@ tcpdump \- dump traffic on a network ] .ti +8 [ +.B \-\-version +] +[ .I expression ] .br @@ -354,6 +357,10 @@ option, filenames will take the form of `\fIfile\fP<count>'. Print the tcpdump and libpcap version strings, print a usage message, and exit. .TP +.B \-\-version +.PD +Print the tcpdump and libpcap version strings and exit. +.TP .B \-H Attempt to detect 802.11s draft mesh headers. .TP |