From c5fed09ab5c3b94643498bef7b62c8d58f177114 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 24 Oct 2018 20:37:47 +0300 Subject: Improve usage message when debugging enabled. --- main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main.c') 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. */ -- cgit v1.2.3