* build-aux/announce-gen (usage): Move the one-line description in
--help output "up", to where it belongs, just after Usage:.
+2009-09-01 Jim Meyering <meyering@redhat.com>
+
+ 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:.
+
2009-08-31 Eric Blake <ebb9@byu.net>
fchdir: port to mingw
#!/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
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