From: Wouter Wijngaards Date: Mon, 6 Jun 2016 07:38:34 +0000 (+0000) Subject: - Better help text from -h (from Ray Griffith). X-Git-Tag: release-1.5.10~111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17302c0e234181e59792d6afa5c24d5724c84b29;p=thirdparty%2Funbound.git - Better help text from -h (from Ray Griffith). git-svn-id: file:///svn/unbound/trunk@3753 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 705daf660..86cb5f277 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +6 June 2016: Wouter + - Better help text from -h (from Ray Griffith). + 3 June 2016: Wouter - Fix to not ignore return value of chown() in daemon startup. diff --git a/smallapp/unbound-host.c b/smallapp/unbound-host.c index 30fef51fd..25e1c9577 100644 --- a/smallapp/unbound-host.c +++ b/smallapp/unbound-host.c @@ -91,7 +91,7 @@ usage() printf(" -F keyfile read named.conf-style trust anchors.\n"); printf(" -C config use the specified unbound.conf (none read by default)\n"); printf(" -r read forwarder information from /etc/resolv.conf\n"); - printf(" breaks validation if the fwder does not do DNSSEC.\n"); + printf(" breaks validation if the forwarder does not do DNSSEC.\n"); printf(" -v be more verbose, shows nodata and security.\n"); printf(" -d debug, traces the action, -d -d shows more.\n"); printf(" -4 use ipv4 network, avoid ipv6.\n");