diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index c27a743a..a9d52ac8 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1363,9 +1363,9 @@ void dump_params (struct runctl *runp, struct query *querylist, flag implicit) { printf(" Server aliases will be compared with multidrop addresses by "); if (ctl->server.checkalias) - printf("IP address."); + printf("IP address.\n"); else - printf("name."); + printf("name.\n"); } if (ctl->server.envelope == STRING_DISABLED) printf(" Envelope-address routing is disabled\n"); |