From: W.C.A. Wijngaards Date: Thu, 30 Jan 2020 12:10:29 +0000 (+0100) Subject: dnstap socket tool better help text. X-Git-Tag: 1.11.0rc1~120^2~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba4952470803e0da72f86bb745ca1b9c45f685e1;p=thirdparty%2Funbound.git dnstap socket tool better help text. --- diff --git a/dnstap/unbound-dnstap-socket.c b/dnstap/unbound-dnstap-socket.c index 5a7a0cfa0..a1705e1d7 100644 --- a/dnstap/unbound-dnstap-socket.c +++ b/dnstap/unbound-dnstap-socket.c @@ -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 use unix socket with this file name\n"); + printf("-u 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");