aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mergecap.pod
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-03-15 14:35:36 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-03-15 14:35:36 +0000
commit2ef7d8fe8313bbace6c8165da23c4a79cbf49e9b (patch)
tree994c64fc3e60f0007736c2e1024621decebf2ce7 /doc/mergecap.pod
parentfb0fec7c1c2642d9998cfb5645964b2a59be1726 (diff)
Sort the options.
svn path=/trunk/; revision=41562
Diffstat (limited to 'doc/mergecap.pod')
-rw-r--r--doc/mergecap.pod18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/mergecap.pod b/doc/mergecap.pod
index 34937a0f45..f72c3af39c 100644
--- a/doc/mergecap.pod
+++ b/doc/mergecap.pod
@@ -91,15 +91,6 @@ appear to reject Ethernet frames larger than the standard Ethernet MTU,
making them incapable of handling gigabit Ethernet captures if jumbo
frames were used).
-=item -v
-
-Causes B<mergecap> to print a number of messages while it's working.
-
-=item -w E<lt>outfileE<gt>|-
-
-Sets the output filename. If the name is 'B<->', stdout will be used.
-This setting is mandatory.
-
=item -T E<lt>encapsulation typeE<gt>
Sets the packet encapsulation type of the output capture file.
@@ -116,6 +107,15 @@ encapsulation type (for example, it will not translate an Ethernet
capture to an FDDI capture if an Ethernet capture is read and 'B<-T
fddi>' is specified).
+=item -v
+
+Causes B<mergecap> to print a number of messages while it's working.
+
+=item -w E<lt>outfileE<gt>|-
+
+Sets the output filename. If the name is 'B<->', stdout will be used.
+This setting is mandatory.
+
=back
=head1 EXAMPLES