diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-10-24 20:38:37 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-10-24 20:38:37 +0300 |
commit | 855eaa04b3953e164c4572bf3ea50e9a96fb66e7 (patch) | |
tree | e1637d0f5c75f16cfadbf1585c089da1920c9800 /main.c | |
parent | ff52dcbe02a9d6194c4264b62457a15031e01891 (diff) | |
parent | c5fed09ab5c3b94643498bef7b62c8d58f177114 (diff) | |
download | egawk-855eaa04b3953e164c4572bf3ea50e9a96fb66e7.tar.gz egawk-855eaa04b3953e164c4572bf3ea50e9a96fb66e7.tar.bz2 egawk-855eaa04b3953e164c4572bf3ea50e9a96fb66e7.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -612,7 +612,10 @@ usage(int exitval, FILE *fp) fputs(_("\t-W nostalgia\t\t--nostalgia\n"), fp); #endif #ifdef GAWKDEBUG - fputs(_("\t-Y\t\t--parsedebug\n"), fp); + fputs(_("\t-Y\t\t\t--parsedebug\n"), fp); +#endif +#ifdef GAWKDEBUG + fputs(_("\t-Z\t\t\t--locale\n"), fp); #endif /* This is one string to make things easier on translators. */ |