aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-01-25 14:34:07 -0800
committerGuy Harris <guy@alum.mit.edu>2015-01-25 22:34:38 +0000
commitfcac03d7e67fa46586b34e6974d57b45b2599660 (patch)
tree59d81f8150bb364289507ca99344212165426b35 /make-version.pl
parent88e22bdeb591e99dcbc98f0cfe749b9b614e7e40 (diff)
Update a comment to reflect reality.
Change-Id: I6376ce5eab43443314e73116161a24111f8c46d7 Reviewed-on: https://code.wireshark.org/review/6784 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'make-version.pl')
-rwxr-xr-xmake-version.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/make-version.pl b/make-version.pl
index d323142db3..af75a6986b 100755
--- a/make-version.pl
+++ b/make-version.pl
@@ -32,7 +32,8 @@
# file hack
# format - A strftime() formatted string to use as a template for
# the version string. The sequence "%#" will substitute
-# the SVN revision number.
+# the number of commits for Git or the revision number
+# for SVN.
# pkg_enable - Enable or disable local package versioning.
# pkg_format - Like "format", but used for the local package version.
#