diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-06 20:23:08 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-06 20:23:08 +0300 |
commit | 0ce140454c7f60362f93dbf12928adcceadf9f76 (patch) | |
tree | 9e80e20854e65b923d8e8823869bcc64c1f288ae | |
parent | 063e134d439a80a26c2fb8ba08cc319e912e7d0c (diff) | |
download | egawk-0ce140454c7f60362f93dbf12928adcceadf9f76.tar.gz egawk-0ce140454c7f60362f93dbf12928adcceadf9f76.tar.bz2 egawk-0ce140454c7f60362f93dbf12928adcceadf9f76.zip |
Update comment for translators in usage().
-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); |