summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-09 07:55:58 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-09 07:55:58 +0000
commitd75b63634470d9fbcc210679e57fe8c8ca9b03f4 (patch)
tree5e437180bb4d9c753f5836c06b3514ef45e050aa
parentab605367003039b497c653dac666ebd651f551b8 (diff)
downloadmailutils-d75b63634470d9fbcc210679e57fe8c8ca9b03f4.tar.gz
mailutils-d75b63634470d9fbcc210679e57fe8c8ca9b03f4.tar.bz2
(options): Fixed typo in doc string
-rw-r--r--pop3d/pop3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3d/pop3d.c b/pop3d/pop3d.c
index 521f2bdbb..87e18f04d 100644
--- a/pop3d/pop3d.c
+++ b/pop3d/pop3d.c
@@ -75,7 +75,7 @@ static struct argp_option options[] = {
N_("Name of login statistics file"), 0},
#endif
{"expire", OPT_EXPIRE, N_("DAYS"), 0,
- N_("Minimum retention period for messages in the maildrop, default -1 means NEVER"), 0},
+ N_("Maximum retention period for messages in the maildrop, default -1 means NEVER"), 0},
{NULL, 0, NULL, 0, NULL, 0}
};

Return to:

Send suggestions and report system problems to the System administrator.