summaryrefslogtreecommitdiff
path: root/src/zsoelim.l
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-01-07 01:10:16 +0000
committerColin Watson <cjwatson@debian.org>2008-01-07 01:10:16 +0000
commit2069f6c1201f7d8118bb0b963e3b9f862fcb5b72 (patch)
treed53734a52182b04ad6132dae610a383fc285e8e6 /src/zsoelim.l
parentfd2f532d9cc4f26aff2b9f345246b5d5e9a84ca3 (diff)
* src/zsoelim.l (options): Fix incorrect description of -C.
Diffstat (limited to 'src/zsoelim.l')
-rw-r--r--src/zsoelim.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zsoelim.l b/src/zsoelim.l
index bc2116da..def4548f 100644
--- a/src/zsoelim.l
+++ b/src/zsoelim.l
@@ -5,7 +5,7 @@
*
* Copyright (C) 1994, 1995 Graeme W. Wilford. (Wilf.)
* Copyright (C) 1997 Fabrizio Polacco.
- * Copyright (C) 2001, 2002 Colin Watson.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007, 2008 Colin Watson.
*
* This file is part of man-db.
*
@@ -88,7 +88,7 @@ error_t argp_err_exit_status = FAIL;
static const char args_doc[] = N_("FILE...");
static struct argp_option options[] = {
- { "compatible", 'C', 0, 0, N_("emit debugging messages") },
+ { "compatible", 'C', 0, 0, N_("compatibility switch (ignored)") },
{ 0, 'h', 0, OPTION_HIDDEN, 0 }, /* compatibility for --help */
{ 0 }
};