]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
dnstap socket tool better help text.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 30 Jan 2020 12:10:29 +0000 (13:10 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 30 Jan 2020 12:10:29 +0000 (13:10 +0100)
dnstap/unbound-dnstap-socket.c

index 5a7a0cfa0448a1206fd5e796a22f3274dfc5b508..a1705e1d7e2422385e3c82b78ff55c0a557f51f6 100644 (file)
@@ -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");