aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-04-25 05:41:40 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-04-25 05:41:40 +0000
commit46683c0d5e15a582507372ac038be1fac61d4777 (patch)
treeea4cd5e67e9d2b77f04174e501c7b559a57ba0b8 /options.c
parente9a6ace24bbfa377cf85973c791775a3543aa396 (diff)
downloadfetchmail-46683c0d5e15a582507372ac038be1fac61d4777.tar.gz
fetchmail-46683c0d5e15a582507372ac038be1fac61d4777.tar.bz2
fetchmail-46683c0d5e15a582507372ac038be1fac61d4777.zip
Add missing \n.
svn path=/trunk/; revision=2445
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 8152bea3..00060960 100644
--- a/options.c
+++ b/options.c
@@ -570,7 +570,7 @@ struct query *ctl; /* option record to be initialized */
P(_(" -f, --fetchmailrc specify alternate run control file\n"));
P(_(" -i, --idfile specify alternate UIDs file\n"));
P(_(" --postmaster specify recipient of last resort\n"));
- P(_(" --nobounce redirect bounces from user to postmaster."));
+ P(_(" --nobounce redirect bounces from user to postmaster.\n"));
#if (defined(linux) && !INET6) || defined(__FreeBSD__)
P(_(" -I, --interface interface required specification\n"));
P(_(" -M, --monitor monitor interface for activity\n"));