Sort the options.

svn path=/trunk/; revision=41562
This commit is contained in:
Chris Maynard 2012-03-15 14:35:36 +00:00
parent fb0fec7c1c
commit 2ef7d8fe83
1 changed files with 9 additions and 9 deletions

View File

@ -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