aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-06-06 20:23:39 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-06-06 20:23:39 +0300
commit991f2429a2319d355ee00586e4033f53dcc1b12d (patch)
tree9e80e20854e65b923d8e8823869bcc64c1f288ae /main.c
parent18e5593d01c9a69f48d9fc78424c025f81cbe6a8 (diff)
parent0ce140454c7f60362f93dbf12928adcceadf9f76 (diff)
downloadegawk-991f2429a2319d355ee00586e4033f53dcc1b12d.tar.gz
egawk-991f2429a2319d355ee00586e4033f53dcc1b12d.tar.bz2
egawk-991f2429a2319d355ee00586e4033f53dcc1b12d.zip
Merge branch 'gawk-5.0-stable'
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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);