diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-08 20:26:01 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-08 20:26:01 +0300 |
commit | f930a62c2dc2e4c6415b4ddd36cede366217b0ed (patch) | |
tree | 7e0f6800709377305f770130250cf333f4441cbd | |
parent | 38a62381d79aebbea120ed73921fb57a171d77e7 (diff) | |
download | egawk-f930a62c2dc2e4c6415b4ddd36cede366217b0ed.tar.gz egawk-f930a62c2dc2e4c6415b4ddd36cede366217b0ed.tar.bz2 egawk-f930a62c2dc2e4c6415b4ddd36cede366217b0ed.zip |
Add a comment for tranlators in main.c.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | main.c | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -9,6 +9,10 @@ * profile.c (set_prof_file): Call devopen_simple as appropriate, some additonal logic to hande fd to fp conversion. + Unrelated: + + * main.c (usage): Add a comment for translators. + 2015-04-08 Eli Zaretskii <eliz@gnu.org> * profile.c (set_prof_file): Interpret a file name of "-" to mean @@ -583,6 +583,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); |