]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] spelling
authorEvan Hunt <each@isc.org>
Sun, 31 Jan 2016 17:54:13 +0000 (09:54 -0800)
committerEvan Hunt <each@isc.org>
Sun, 31 Jan 2016 17:54:13 +0000 (09:54 -0800)
bin/tools/named-rrchecker.c

index 1c168baf284fa0438569168a6f4dc9009b9fc7aa..ba98771eb12b5299fa032ba824d73a5b092f4ed6 100644 (file)
@@ -42,8 +42,9 @@ static void
 usage(void) {
        fprintf(stderr, "usage: named-rrchecker [-o origin] [-hpCPTu]\n");
        fprintf(stderr, "\t-h: print this help message\n");
-       fprintf(stderr, "\t-o origin: set origin to be used when interpeting the record\n");
-       fprintf(stderr, "\t-p: print the record in cannonical format\n");
+       fprintf(stderr, "\t-o origin: set origin to be used when "
+                       "interpeting the record\n");
+       fprintf(stderr, "\t-p: print the record in canonical format\n");
        fprintf(stderr, "\t-C: list the supported class names\n");
        fprintf(stderr, "\t-P: list the supported private type names\n");
        fprintf(stderr, "\t-T: list the supported standard type names\n");