[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] announce-gen: correct formatting in --help output
From: |
Jim Meyering |
Subject: |
[PATCH] announce-gen: correct formatting in --help output |
Date: |
Tue, 01 Sep 2009 08:50:41 +0200 |
FYI,
minor --help fix:
>From a96bd790af86ef28fbd95f619e390713587e2d8d Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Tue, 1 Sep 2009 08:49:27 +0200
Subject: [PATCH] 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:.
---
ChangeLog | 6 ++++++
build-aux/announce-gen | 5 ++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8bf2621..5ff10df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-01 Jim Meyering <address@hidden>
+
+ 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 <address@hidden>
fchdir: port to mingw
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index 3aed3ee..df08fd9 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
--
1.6.4.2.384.g5fc62
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] announce-gen: correct formatting in --help output,
Jim Meyering <=