diff options
author | Miles Bader <miles@gnu.org> | 1996-10-22 19:48:51 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-10-22 19:48:51 +0000 |
commit | 025514b83724bd4cfc444957132308c6d0675611 (patch) | |
tree | 6dd8293ff1073b6552f1fd92220197f9498a490b /daemons | |
parent | b550bbbbe09c28b27a322f58684afe673f153c74 (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).
Diffstat (limited to 'daemons')
-rw-r--r-- | daemons/lmail.c | 2 |
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} }; |