From: W.C.A. Wijngaards Date: Tue, 28 Oct 2014 09:44:08 +0000 (+0100) Subject: Fix whitespace in ldns-verify-zone -h X-Git-Tag: release-1.7.0-rc1~130^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4562cd12f8af232b03edba5dc94b239101c9e4ec;p=thirdparty%2Fldns.git Fix whitespace in ldns-verify-zone -h --- diff --git a/examples/ldns-verify-zone.c b/examples/ldns-verify-zone.c index 5306615f..0bb532fb 100644 --- a/examples/ldns-verify-zone.c +++ b/examples/ldns-verify-zone.c @@ -675,7 +675,7 @@ static void print_usage(FILE *out, const char *progname) fprintf(out, "\t-k \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. "