diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-01 17:56:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-01 17:56:08 +0000 |
commit | bf00c1817100d2379a8127888f4f2d3c43732280 (patch) | |
tree | 9c331ea4223bb49e493b27bfd64338ee8bb194e9 /fetchmail.c | |
parent | 1c78fddf38e013a2105b0e33f6a671b63545b5b0 (diff) | |
download | fetchmail-bf00c1817100d2379a8127888f4f2d3c43732280.tar.gz fetchmail-bf00c1817100d2379a8127888f4f2d3c43732280.tar.bz2 fetchmail-bf00c1817100d2379a8127888f4f2d3c43732280.zip |
Message fix.
svn path=/trunk/; revision=3168
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
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")); |