mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-09 22:03:15 -05:00
dnstap socket tool better help text.
This commit is contained in:
parent
36dd4a2124
commit
ba49524708
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ static void usage(char* argv[])
|
|||
printf("usage: %s [options]\n", argv[0]);
|
||||
printf(" Listen to dnstap messages\n");
|
||||
printf("stdout has dnstap log, stderr has verbose server log\n");
|
||||
printf("-u <socketpath> use unix socket with this file name\n");
|
||||
printf("-u <socketpath> listen to unix socket with this file name\n");
|
||||
printf("-l long format for DNS printout\n");
|
||||
printf("-v more verbose log output\n");
|
||||
printf("-h this help text\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue