summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.