aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-10-24 20:37:47 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-10-24 20:37:47 +0300
commitc5fed09ab5c3b94643498bef7b62c8d58f177114 (patch)
treeedb4d4c9065ed6e3bc74a9cb64f5df82883c360f /main.c
parent42ebcfc9b53cad17bacd37097e0dff2b45d1768c (diff)
downloadegawk-c5fed09ab5c3b94643498bef7b62c8d58f177114.tar.gz
egawk-c5fed09ab5c3b94643498bef7b62c8d58f177114.tar.bz2
egawk-c5fed09ab5c3b94643498bef7b62c8d58f177114.zip
Improve usage message when debugging enabled.
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. */