Mailing List Archive

svn commit: rev 6644 - incubator/spamassassin/trunk/spamc
Author: mss
Date: Fri Feb 13 15:38:59 2004
New Revision: 6644

Modified:
incubator/spamassassin/trunk/spamc/spamc.c
Log:
Forgot a newline.


Modified: incubator/spamassassin/trunk/spamc/spamc.c
==============================================================================
--- incubator/spamassassin/trunk/spamc/spamc.c (original)
+++ incubator/spamassassin/trunk/spamc/spamc.c Fri Feb 13 15:38:59 2004
@@ -94,7 +94,7 @@
printf(" -B Assume input is a single BSMTP-formatted message.\n");
printf(" -c Just print the summary line and set an exit code.\n");
printf(" -d host Specify host to connect to.\n"
- " [default: localhost]");
+ " [default: localhost]\n");
printf(" -e command [args] Pipe the output to the given command instead of stdout.\n"
" This must be the last option.\n");
printf(" -h Print this help message and exit.\n");
@@ -116,6 +116,7 @@
#endif
printf(" -x Don't fallback safely.\n");
printf(" -y Just print the names of the tests hit.\n");
+ printf("\n");
}

int