aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-08 20:28:18 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-08 20:28:18 +0300
commit850078f7e3b3b777bb908fe15ca55f2c024721f2 (patch)
tree861f39709faca4b5176821c74564fc30f775d05b /main.c
parent6fb4bb6c7339cd325ca34faa0872ac3a9834918e (diff)
parent969a8d5a0353c756199c0b354d0e8fa91977db86 (diff)
downloadegawk-850078f7e3b3b777bb908fe15ca55f2c024721f2.tar.gz
egawk-850078f7e3b3b777bb908fe15ca55f2c024721f2.tar.bz2
egawk-850078f7e3b3b777bb908fe15ca55f2c024721f2.zip
Merge branch 'master' into feature/wasted-byte
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index 833aa162..4628afec 100644
--- a/main.c
+++ b/main.c
@@ -570,6 +570,10 @@ usage(int exitval, FILE *fp)
fputs(_("\t-h\t\t\t--help\n"), 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
+ * values, they should not be translated. Thanks.
+ */
fputs(_("\t-L[fatal|invalid]\t--lint[=fatal|invalid]\n"), fp);
fputs(_("\t-M\t\t\t--bignum\n"), fp);
fputs(_("\t-N\t\t\t--use-lc-numeric\n"), fp);