]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2151. [bug] Missing newline in usage message for journalprint.
authorMark Andrews <marka@isc.org>
Tue, 27 Feb 2007 00:54:24 +0000 (00:54 +0000)
committerMark Andrews <marka@isc.org>
Tue, 27 Feb 2007 00:54:24 +0000 (00:54 +0000)
                        [RT #16679]

CHANGES
bin/tests/journalprint.c

diff --git a/CHANGES b/CHANGES
index 5de071a6af51d76bcf73755213f8afdca1743d61..ce99c9b5387d4c26af8d38d52370d3afe44f4a11 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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]
index b16fd7b443588b53bd6a2651850e9b37ce00ef60..bc9edc49ea1b8481603b7c0d53cced8ea5160c8c 100644 (file)
@@ -15,7 +15,7 @@
  * 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>
 
@@ -33,7 +33,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);
        }