aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--main.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba5e6143..ae515ff5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-06 Arnold D. Robbins <arnold@skeeve.com>
+
+ * main.c (usage): Update comment for translators.
+
2019-06-02 Arnold D. Robbins <arnold@skeeve.com>
* awkgram.c, command.c: Update to Bison 3.4.
diff --git a/main.c b/main.c
index c2e3aa50..925f4fc0 100644
--- a/main.c
+++ b/main.c
@@ -602,7 +602,7 @@ usage(int exitval, FILE *fp)
fputs(_("\t-i includefile\t\t--include=includefile\n"), fp);
fputs(_("\t-l library\t\t--load=library\n"), fp);
/*
- * TRANSLATORS: the "fatal" and "invalid" here are literal
+ * TRANSLATORS: the "fatal", "invalid" and "no-ext" here are literal
* values, they should not be translated. Thanks.
*/
fputs(_("\t-L[fatal|invalid|no-ext]\t--lint[=fatal|invalid|no-ext]\n"), fp);