diff options
| -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"));  | 
