summaryrefslogtreecommitdiff
path: root/doc/reordercap.pod
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-06-20 14:48:27 -0400
committerGuy Harris <guy@alum.mit.edu>2014-06-21 01:05:02 +0000
commit3773a7561c79e3545fca664c2a25cf2312de0ada (patch)
tree083e9fda037f4811ebe3cf7aa9564ee57df33c9b /doc/reordercap.pod
parentc11ae8ac827afa50ef226ebaef134f54ac0e532b (diff)
downloadwireshark-3773a7561c79e3545fca664c2a25cf2312de0ada.tar.gz
Add command-line argument to request the version to a number of the utilities.
In some cases "-v" was already used so "-V" is the option. Note that the version information in these utilities is much shorter than what is presented by the big programs. As requested by https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5804 Bug: 5804 Change-Id: I35db35a4eace2797afd895f9be7322ef39928480 Reviewed-on: https://code.wireshark.org/review/2489 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'doc/reordercap.pod')
-rw-r--r--doc/reordercap.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/reordercap.pod b/doc/reordercap.pod
index 3aa3918e33..50dc9b7493 100644
--- a/doc/reordercap.pod
+++ b/doc/reordercap.pod
@@ -7,6 +7,7 @@ reordercap - Reorder input file by timestamp into output file
B<reordercap>
S<[ B<-n> ]>
+S<[ B<-v> ]>
E<lt>I<infile>E<gt> E<lt>I<outfile>E<gt>
=head1 DESCRIPTION
@@ -40,6 +41,10 @@ the same way B<reordercap> handles this.
When the B<-n> option is used, B<reordercap> will not write out the output
file if it finds that the input file is already in order.
+=item -v
+
+Print the version and exit.
+
=back
=head1 SEE ALSO