* build-aux/git-version-gen: Adjust a comment and the Usage string.
authorJim Meyering <meyering@redhat.com>
Sun, 2 Mar 2008 16:19:20 +0000 (17:19 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 2 Mar 2008 16:21:16 +0000 (17:21 +0100)
Signed-off-by: Jim Meyering <meyering@redhat.com>
ChangeLog
build-aux/git-version-gen

index 5bb4cd1..4876a38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-03-02  Jim Meyering  <meyering@redhat.com>
 
+       * build-aux/git-version-gen: Adjust a comment and the Usage string.
+
        bootstrap: sync from coreutils again
        * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
 
index 1a00107..5f819ba 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Print a version string.
-scriptversion=2008-02-08.11
+scriptversion=2008-03-02.16
 
 # Copyright (C) 2007 Free Software Foundation
 #
@@ -23,12 +23,12 @@ scriptversion=2008-02-08.11
 # It may be run two ways:
 # - from a git repository in which the "git describe" command below
 #   produces useful output (thus requiring at least one signed tag)
-# - from a non-git-repo directory containing a .version file, which
+# - from a non-git-repo directory containing a .tarball-version file, which
 #   presumes this script is invoked like "./git-version-gen .tarball-version".
 
 case $# in
     1) ;;
-    *) echo 1>&2 "Usage: $0 \$srcdir/.version"; exit 1;;
+    *) echo 1>&2 "Usage: $0 \$srcdir/.tarball-version"; exit 1;;
 esac
 
 tarball_version_file=$1