diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | main.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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); |