aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-10-24 20:38:21 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-10-24 20:38:21 +0300
commit37c77a1a7bf4daa2a334e85d741e80c386405cbb (patch)
treedd25ff45b20e19fde4a8aa63aec2c3d67905a8e9 /main.c
parente51d28d269bca3bd996ee3ccc5928d6e317f060f (diff)
parentc5fed09ab5c3b94643498bef7b62c8d58f177114 (diff)
downloadegawk-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.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.c b/main.c
index 9d2b3294..c9591ad3 100644
--- a/main.c
+++ b/main.c
@@ -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. */