mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- 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:
parent
73704e9ed5
commit
17302c0e23
2 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue