aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-11-11 22:00:31 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-11-11 22:00:31 +0200
commit4363e64969996a284a84e72185db5a6a36b13e2a (patch)
treedda239f8f4989c89da745a9c86fd028594e0c742
parentac700ecf05bd7f2f877be20311c39c0aefc4887a (diff)
parent8c351e7d286afac36481628ec02c542a1e4228c9 (diff)
downloadegawk-4363e64969996a284a84e72185db5a6a36b13e2a.tar.gz
egawk-4363e64969996a284a84e72185db5a6a36b13e2a.tar.bz2
egawk-4363e64969996a284a84e72185db5a6a36b13e2a.zip
Merge branch 'master' into feature/fix-comments
-rwxr-xr-xChangeLog3
-rw-r--r--main.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d2ce3bd3..8ae3bb88 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2018-11-11 Arnold D. Robbins <arnold@skeeve.com>
+ * main.c (usage): Improve output for -Z in the help.
+2018-11-11 Arnold D. Robbins <arnold@skeeve.com>
+
* awkgram.y (outer_comment): New variable.
(Grammar): More changes. We now get the simple case of leading
and trailing comments, but not all the cases.
diff --git a/main.c b/main.c
index c9591ad3..d535892f 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. */