[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-307
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-3072-g8e231f5 |
Date: |
Sun, 11 Nov 2018 14:46:31 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-4.2-stable has been updated
via 8e231f506a4c950e276b0400c78f2b78f5c65749 (commit)
from 153ba49632aa30feaa4ad61b3d2ce2cc9c2fa441 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=8e231f506a4c950e276b0400c78f2b78f5c65749
commit 8e231f506a4c950e276b0400c78f2b78f5c65749
Author: Arnold D. Robbins <address@hidden>
Date: Sun Nov 11 21:46:18 2018 +0200
Fix usage for -Z option.
diff --git a/ChangeLog b/ChangeLog
index 3847e18..a8d33c1 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-11 Arnold D. Robbins <address@hidden>
+
+ * main.c (usage): Improve output for -Z in the help.
+
2018-10-24 Arnold D. Robbins <address@hidden>
* main.c (usage): Improve output for -Y and add -Z in the help.
diff --git a/main.c b/main.c
index c9591ad..d535892 100644
--- a/main.c
+++ b/main.c
@@ -615,7 +615,7 @@ usage(int exitval, FILE *fp)
fputs(_("\t-Y\t\t\t--parsedebug\n"), fp);
#endif
#ifdef GAWKDEBUG
- fputs(_("\t-Z\t\t\t--locale\n"), fp);
+ fputs(_("\t-Z locale-name\t\t--locale=locale-name\n"), fp);
#endif
/* This is one string to make things easier on translators. */
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
main.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-3072-g8e231f5,
Arnold Robbins <=