diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-10-24 20:38:21 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-10-24 20:38:21 +0300 |
commit | 37c77a1a7bf4daa2a334e85d741e80c386405cbb (patch) | |
tree | dd25ff45b20e19fde4a8aa63aec2c3d67905a8e9 /main.c | |
parent | e51d28d269bca3bd996ee3ccc5928d6e317f060f (diff) | |
parent | c5fed09ab5c3b94643498bef7b62c8d58f177114 (diff) | |
download | egawk-37c77a1a7bf4daa2a334e85d741e80c386405cbb.tar.gz egawk-37c77a1a7bf4daa2a334e85d741e80c386405cbb.tar.bz2 egawk-37c77a1a7bf4daa2a334e85d741e80c386405cbb.zip |
Merge branch 'gawk-4.2-stable' into update-dfa
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. */ |