From 3b15fcb87eb3969076ee69f395c8370cd28023a1 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Tue, 23 Jul 2013 12:20:13 +0200 Subject: [PATCH] Fix man page patch Signed-off-by: Tomas Hozza --- ldns-1.6.16-manpage-fixes-bundle.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldns-1.6.16-manpage-fixes-bundle.patch b/ldns-1.6.16-manpage-fixes-bundle.patch index ed713a1..7951ec1 100644 --- a/ldns-1.6.16-manpage-fixes-bundle.patch +++ b/ldns-1.6.16-manpage-fixes-bundle.patch @@ -16,7 +16,7 @@ index 663b744..084b801 100644 printf(" -a - print all differences (-i -d -c)\n"); printf(" -s - do not exclude SOA record from comparison\n"); printf(" -z - do not sort zones\n"); -+ pritnf(" -h - show usage and exit\n"); ++ printf(" -h - show usage and exit\n"); + printf(" -v - show the version and exit\n"); }