From 025514b83724bd4cfc444957132308c6d0675611 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 22 Oct 1996 19:48:51 +0000 Subject: (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). --- daemons/lmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }; -- cgit v1.2.3