- Better help text from -h (from Ray Griffith).

git-svn-id: file:///svn/unbound/trunk@3753 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2016-06-06 07:38:34 +00:00
parent 73704e9ed5
commit 17302c0e23
2 changed files with 4 additions and 1 deletions

View 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.

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