diff options
author | Guy Harris <guy@alum.mit.edu> | 2014-05-06 14:16:56 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2014-05-06 14:16:56 -0700 |
commit | 45a73e61a3dabd5e39662893e61ef0712bf45acd (patch) | |
tree | 6b154b7753cfdf17fef78f96ed24c193537727ac /tcpdump.1.in | |
parent | 7042ae6b15f182a6a2bdf6217fd0f1d11a320425 (diff) | |
download | tcpdump-45a73e61a3dabd5e39662893e61ef0712bf45acd.tar.gz |
Escape the second - in --number.
Diffstat (limited to 'tcpdump.1.in')
-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 c3bce63d..d105883e 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -504,7 +504,7 @@ E.g., if you give this flag then \fItcpdump\fP will print ``nic'' instead of ``nic.ddn.mil''. .TP -.B \--number +.B \-\-number Print an optional packet number at the beginning of the line. .TP .B \-O |