]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix whitespace in ldns-verify-zone -h
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 28 Oct 2014 09:44:08 +0000 (10:44 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 28 Oct 2014 09:44:08 +0000 (10:44 +0100)
examples/ldns-verify-zone.c

index 5306615f843332bf7846fe64678a47cfd385de47..0bb532fb23872c58ba6a8e00e946040cb864b05f 100644 (file)
@@ -675,7 +675,7 @@ static void print_usage(FILE *out, const char *progname)
        fprintf(out, "\t-k <file>\tspecify a file that contains a "
               "trusted DNSKEY or DS rr.\n\t\t\t"
               "This option may be given more than once.\n"
-              "\t\t\tDefault is %s", LDNS_TRUST_ANCHOR_FILE);
+              "\t\t\tDefault is %s\n", LDNS_TRUST_ANCHOR_FILE);
        fprintf(out, "\t-p [0-100]\tonly checks this percentage of "
               "the zone.\n\t\t\tDefaults to 100\n");
        fprintf(out, "\t-S\t\tchase signature(s) to a known key. "