aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index e92fce78..07a73b9a 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -1606,7 +1606,7 @@ static void dump_params (struct runctl *runp,
switch (ctl->server.authenticate)
{
case A_ANY:
- printf(_(" All authentication methods will be tried.\n"));
+ printf(_(" All available authentication methods will be tried.\n"));
break;
case A_PASSWORD:
printf(_(" Password authentication will be forced.\n"));