summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-10-22 19:48:51 +0000
committerMiles Bader <miles@gnu.org>1996-10-22 19:48:51 +0000
commit025514b83724bd4cfc444957132308c6d0675611 (patch)
tree6dd8293ff1073b6552f1fd92220197f9498a490b
parentb550bbbbe09c28b27a322f58684afe673f153c74 (diff)
(options):
Make -l/--use-lock-file hidden, as we don't support it anyway (we just leave it here in case someone does implement it, so they'll know the right option to use for compatibility).
-rw-r--r--daemons/lmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/lmail.c b/daemons/lmail.c
index 2c1c161a..9aea63b6 100644
--- a/daemons/lmail.c
+++ b/daemons/lmail.c
@@ -46,7 +46,7 @@ options[] =
{"file", OPT_FILE, "FILE", 0, "Deliver FILE instead of standard input"},
{"remove", 'r', 0, 0, "Remove FILE after successful delivery"},
{"mail-dir",'m', "DIR", 0, "Look for mailboxes in DIR"},
- {"use-lock-file",'l', 0, 0,
+ {"use-lock-file",'l', 0, OPTION_HIDDEN,
"Use a lock file instead of flock for mailboxes"},
{0}
};