+2151. [bug] Missing newline in usage message for journalprint.
+ [RT #16679]
+
2150. [bug] 'rrset-order cyclic' uniformly distribute the
starting point for the first response for a given
RRset. [RT #16655]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: journalprint.c,v 1.3.206.5 2006/08/25 05:25:50 marka Exp $ */
+/* $Id: journalprint.c,v 1.3.206.6 2007/02/27 00:54:24 marka Exp $ */
#include <config.h>
isc_mem_t *mctx = NULL;
if (argc != 2) {
- printf("usage: %s journal", argv[0]);
+ printf("usage: %s journal\n", argv[0]);
return(1);
}