]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spiffier names. I have no glue on why dpa fails now :(
authorMiek Gieben <miekg@NLnetLabs.nl>
Wed, 14 Dec 2005 08:57:36 +0000 (08:57 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Wed, 14 Dec 2005 08:57:36 +0000 (08:57 +0000)
examples/Makefile.in
examples/ldns-dpa.c
examples/ldns-zsplit.c [moved from examples/ldns-splitzone.c with 100% similarity]

index c66fd5b2d928a44b99cd7d5b1aeb3b8e35dcc0b4..63648417090370c098cd91993b152a5cde8ca9db 100644 (file)
@@ -33,7 +33,7 @@ SOURCES       = ldns-read-zone.c \
                  ldns-walk.c \
                  ldns-dpa.c \
                  ldns-threshold-update.c  \
-                 ldns-splitzone.c 
+                 ldns-zsplit.c 
 #                ldns-catzone.c
 
 
@@ -76,7 +76,7 @@ ldns-walk:    ldns-walk.o
 ldns-dpa:      ldns-dpa.o
                $(LINK) -o $@ $+
 
-ldns-splitzone:        ldns-splitzone.o
+ldns-zsplit:   ldns-zsplit.o
                $(LINK) -o $@ $+
 
 ldns-threshold-update: ldns-threshold-update.o
index 044696f2b452d9ef587111748159aa5b811f62c6..778848e09a0f7a239689c444c3190de96b9c036b 100644 (file)
@@ -1790,7 +1790,7 @@ parse_match_expression(char *string)
 void 
 usage(FILE *output)
 {
-       fprintf(output, "Usage: dpa [OPTIONS] <pcap file>\n");
+       fprintf(output, "Usage: ldns-dpa [OPTIONS] <pcap file>\n");
        fprintf(output, "Options:\n");
        fprintf(output, "\t-c <exprlist>:\tCount occurrences of matching expressions\n");
        fprintf(output, "\t-f <expression>:\tFilter occurrences of matching expressions\n");