From 3773a7561c79e3545fca664c2a25cf2312de0ada Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 20 Jun 2014 14:48:27 -0400 Subject: 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 --- doc/mergecap.pod | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/mergecap.pod') diff --git a/doc/mergecap.pod b/doc/mergecap.pod index c19ec6dc98..65e75d4f6a 100644 --- a/doc/mergecap.pod +++ b/doc/mergecap.pod @@ -12,6 +12,7 @@ S<[ B<-h> ]> S<[ B<-s> EIE ]> S<[ B<-T> EIE ]> S<[ B<-v> ]> +S<[ B<-V> ]> S EIE|-> EIE [EIE I<...>] @@ -111,6 +112,10 @@ fddi>' is specified). Causes B to print a number of messages while it's working. +=item -V + +Print the version and exit. + =item -w EoutfileE|- Sets the output filename. If the name is 'B<->', stdout will be used. -- cgit v1.2.1