Update the help message to reflect current reality.

Replace tabs with spaces in that message while we're at it.

Change-Id: I33354e6d1c3b4a6bbba232fe2270a5a6728cc889
Reviewed-on: https://code.wireshark.org/review/14960
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-04-17 13:56:49 -07:00
parent e4359e7a33
commit 75bdce82a3
1 changed files with 9 additions and 5 deletions

View File

@ -779,12 +779,16 @@ make-version.pl [options] [source directory]
--set-vcs, -s Set the information in version.h
--print-vcs Print the vcs version to standard output
--set-version, -v Set the major, minor, and micro versions in
configure.ac, config.nmake, debian/changelog,
and docbook/asciidoc.conf.
the top-level CMakeLists.txt, configure.ac,
config.nmake, docbook/asciidoc.conf,
debian/changelog, the Makefile.am for all
libraries, and the CMakeLists.txt for all
libraries.
Resets the release information when used by
itself.
--set-release, -r Set the release information in configure.ac
and config.nmake
itself.
--set-release, -r Set the release information in the top-level
CMakeLists.txt, configure.ac, and
config.nmake.
--package-version, -p Deprecated. Same as --set-release.
--verbose Print diagnostic messages to STDERR.