diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-06 20:23:39 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-06 20:23:39 +0300 |
commit | 991f2429a2319d355ee00586e4033f53dcc1b12d (patch) | |
tree | 9e80e20854e65b923d8e8823869bcc64c1f288ae /main.c | |
parent | 18e5593d01c9a69f48d9fc78424c025f81cbe6a8 (diff) | |
parent | 0ce140454c7f60362f93dbf12928adcceadf9f76 (diff) | |
download | egawk-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |