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");