aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-11-10 23:08:53 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-11-10 23:08:53 +0200
commit350265fafb2a0153d4207c67d626f135b308ad34 (patch)
treebfffd52f6536e072c1cbaa0c75d33cead030114f
parentb549d4314c75c5136bfc5ede78df5ecdfbd85690 (diff)
downloadegawk-350265fafb2a0153d4207c67d626f135b308ad34.tar.gz
egawk-350265fafb2a0153d4207c67d626f135b308ad34.tar.bz2
egawk-350265fafb2a0153d4207c67d626f135b308ad34.zip
Don't add -Z to usage.
-rw-r--r--main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.c b/main.c
index e3440b8c..b9b76618 100644
--- a/main.c
+++ b/main.c
@@ -609,9 +609,6 @@ usage(int exitval, FILE *fp)
#ifdef GAWKDEBUG
fputs(_("\t-Y\t\t--parsedebug\n"), fp);
#endif
-#if defined(LOCALEDEBUG)
- fputs(_("\t-Z\t\t--locale\n"), fp);
-#endif
/* This is one string to make things easier on translators. */
/* TRANSLATORS: --help output 5 (end)