2151. [bug] Missing newline in usage message for journalprint.

[RT #16679]
This commit is contained in:
Mark Andrews
2007-02-27 00:39:37 +00:00
parent 77ab862dca
commit b53871d859
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
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]

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: journalprint.c,v 1.9 2006/08/25 05:25:52 marka Exp $ */
/* $Id: journalprint.c,v 1.10 2007/02/27 00:39:37 marka Exp $ */
/*! \file */
#include <config.h>
@@ -34,7 +34,7 @@ main(int argc, char **argv) {
isc_mem_t *mctx = NULL;
if (argc != 2) {
printf("usage: %s journal", argv[0]);
printf("usage: %s journal\n", argv[0]);
return(1);
}