summaryrefslogtreecommitdiff
path: root/build-aux/announce-gen
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-09-01 08:49:27 +0200
committerJim Meyering <meyering@redhat.com>2009-09-01 08:49:27 +0200
commita96bd790af86ef28fbd95f619e390713587e2d8d (patch)
tree16f562ca111fea244d49ead2c6af5d7ee922d3d1 /build-aux/announce-gen
parent8fc864a0b873beea0c37acb7898a8cf5f497fb4e (diff)
downloadgnulib-a96bd790af86ef28fbd95f619e390713587e2d8d.tar.gz
announce-gen: correct formatting in --help output
* build-aux/announce-gen (usage): Move the one-line description in --help output "up", to where it belongs, just after Usage:.
Diffstat (limited to 'build-aux/announce-gen')
-rwxr-xr-xbuild-aux/announce-gen5
1 files changed, 2 insertions, 3 deletions
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index 3aed3ee3f7..df08fd96e1 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
# Generate a release announcement message.
-my $VERSION = '2009-08-22 08:05'; # UTC
+my $VERSION = '2009-09-01 06:47'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
@@ -49,11 +49,10 @@ sub usage ($)
my @types = sort keys %valid_release_types;
print $STREAM <<EOF;
Usage: $ME [OPTIONS]
+Generate an announcement message.
OPTIONS:
- Generate an announcement message.
-
These options must be specified:
--release-type=TYPE TYPE must be one of @types