diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-08 20:26:28 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-08 20:26:28 +0300 |
commit | 969a8d5a0353c756199c0b354d0e8fa91977db86 (patch) | |
tree | 744639ee771733f6c798af8dac4cc7b670291520 /main.c | |
parent | 4f43502b3852c7214c6def1141dc6d2ab57cd075 (diff) | |
parent | f930a62c2dc2e4c6415b4ddd36cede366217b0ed (diff) | |
download | egawk-969a8d5a0353c756199c0b354d0e8fa91977db86.tar.gz egawk-969a8d5a0353c756199c0b354d0e8fa91977db86.tar.bz2 egawk-969a8d5a0353c756199c0b354d0e8fa91977db86.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |