diff options
-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); |