diff options
-rwxr-xr-x | ChangeLog | 3 | ||||
-rw-r--r-- | main.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2018-11-11 Arnold D. Robbins <arnold@skeeve.com> + * main.c (usage): Improve output for -Z in the help. +2018-11-11 Arnold D. Robbins <arnold@skeeve.com> + * awkgram.y (outer_comment): New variable. (Grammar): More changes. We now get the simple case of leading and trailing comments, but not all the cases. @@ -615,7 +615,7 @@ usage(int exitval, FILE *fp) fputs(_("\t-Y\t\t\t--parsedebug\n"), fp); #endif #ifdef GAWKDEBUG - fputs(_("\t-Z\t\t\t--locale\n"), fp); + fputs(_("\t-Z locale-name\t\t--locale=locale-name\n"), fp); #endif /* This is one string to make things easier on translators. */ |