aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xChangeLog4
-rw-r--r--main.c5
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aadbce40..3847e183 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-10-24 Arnold D. Robbins <arnold@skeeve.com>
+
+ * main.c (usage): Improve output for -Y and add -Z in the help.
+
2018-10-23 Arnold D. Robbins <arnold@skeeve.com>
* config.sub: Updated from GNULIB.
diff --git a/main.c b/main.c
index 9d2b3294..c9591ad3 100644
--- a/main.c
+++ b/main.c
@@ -612,7 +612,10 @@ usage(int exitval, FILE *fp)
fputs(_("\t-W nostalgia\t\t--nostalgia\n"), fp);
#endif
#ifdef GAWKDEBUG
- fputs(_("\t-Y\t\t--parsedebug\n"), fp);
+ fputs(_("\t-Y\t\t\t--parsedebug\n"), fp);
+#endif
+#ifdef GAWKDEBUG
+ fputs(_("\t-Z\t\t\t--locale\n"), fp);
#endif
/* This is one string to make things easier on translators. */