diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-04-25 05:41:40 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-04-25 05:41:40 +0000 |
commit | 46683c0d5e15a582507372ac038be1fac61d4777 (patch) | |
tree | ea4cd5e67e9d2b77f04174e501c7b559a57ba0b8 /options.c | |
parent | e9a6ace24bbfa377cf85973c791775a3543aa396 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")); |