2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 07:35:26 +00:00
This commit is contained in:
Brian Wellington
2001-03-14 18:08:17 +00:00
parent 9ac88d91b4
commit aa5e0fe0fc
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: dig.c,v 1.141 2001/02/17 20:27:24 bwelling Exp $ */ /* $Id: dig.c,v 1.142 2001/03/14 18:08:16 bwelling Exp $ */
#include <config.h> #include <config.h>
#include <stdlib.h> #include <stdlib.h>
@@ -177,7 +177,7 @@ show_usage(void) {
" form of answer)\n" " form of answer)\n"
" +[no]all (Set or clear all display flags)\n" " +[no]all (Set or clear all display flags)\n"
" +qr (Print question before sending)\n" " +qr (Print question before sending)\n"
" +[no]nssearch (Search all authorative nameservers)\n" " +[no]nssearch (Search all authoritative nameservers)\n"
" +[no]identify (ID responders in short answers)\n" " +[no]identify (ID responders in short answers)\n"
" +[no]trace (Trace delegation down from root)\n" " +[no]trace (Trace delegation down from root)\n"
" +rrlimit=### (Limit number of rr's in xfr)\n" " +rrlimit=### (Limit number of rr's in xfr)\n"

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: host.c,v 1.65 2001/02/15 23:44:06 tamino Exp $ */ /* $Id: host.c,v 1.66 2001/03/14 18:08:17 bwelling Exp $ */
#include <config.h> #include <config.h>
#include <stdlib.h> #include <stdlib.h>
@@ -208,7 +208,7 @@ show_usage(void) {
" [-R number] hostname [server]\n" " [-R number] hostname [server]\n"
" -a is equivalent to -v -t *\n" " -a is equivalent to -v -t *\n"
" -c specifies query class for non-IN data\n" " -c specifies query class for non-IN data\n"
" -C compares SOA records on authorative nameservers\n" " -C compares SOA records on authoritative nameservers\n"
" -d is equivalent to -v\n" " -d is equivalent to -v\n"
" -l lists all hosts in a domain, using AXFR\n" " -l lists all hosts in a domain, using AXFR\n"
" -n Use the nibble form of IPv6 reverse lookup\n" " -n Use the nibble form of IPv6 reverse lookup\n"