]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Better help text from -h (from Ray Griffith).
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 6 Jun 2016 07:38:34 +0000 (07:38 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 6 Jun 2016 07:38:34 +0000 (07:38 +0000)
git-svn-id: file:///svn/unbound/trunk@3753 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
smallapp/unbound-host.c

index 705daf66001c47cbefb059259816e7f3ab809db5..86cb5f277253af64c4ea744706b802cc443fa36c 100644 (file)
@@ -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.
 
index 30fef51fdc6f575828508b76dd3a1803f3ec9199..25e1c95774ee169e99e90226ba0835ab2b494dcd 100644 (file)
@@ -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");