# HG changeset patch # User Jim Meyering # Date 1251787767 -7200 # Node ID 61821cbbceb2e22e45d65721e10610597fb2abe4 # Parent 9750527ffbab84c50c3d499c84de94389c335e33 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:. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-09-01 Jim Meyering + + 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 fchdir: port to mingw diff --git a/build-aux/announce-gen b/build-aux/announce-gen --- 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 @@ my @types = sort keys %valid_release_types; print $STREAM <