diff build-aux/git-version-gen @ 17711:bbf6398214e1

git-version-gen: improve option descriptions * build-aux/git-version-gen: Mention that --prefix and --fallback have a mandatory argument.
author Alfred M. Szmidt <ams@gnu.org>
date Thu, 19 Jun 2014 18:25:12 -0400
parents 344018b6e5d7
children 11bf208f2615
line wrap: on
line diff
--- a/build-aux/git-version-gen	Thu Jun 19 08:51:30 2014 -0700
+++ b/build-aux/git-version-gen	Thu Jun 19 18:25:12 2014 -0400
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Print a version string.
-scriptversion=2012-12-31.23; # UTC
+scriptversion=2014-06-19.19; # UTC
 
 # Copyright (C) 2007-2014 Free Software Foundation, Inc.
 #
@@ -85,8 +85,9 @@
 
 Options:
 
-   --prefix           prefix of git tags (default 'v')
-   --fallback         fallback version to use if \"git --version\" fails
+   --prefix PREFIX    prefix of git tags (default 'v')
+   --fallback VERSION
+                      fallback version to use if \"git --version\" fails
 
    --help             display this help and exit
    --version          output version information and exit