2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +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.
*/
/* $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 <stdlib.h>
@@ -177,7 +177,7 @@ show_usage(void) {
" form of answer)\n"
" +[no]all (Set or clear all display flags)\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]trace (Trace delegation down from root)\n"
" +rrlimit=### (Limit number of rr's in xfr)\n"

View File

@@ -15,7 +15,7 @@
* 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 <stdlib.h>
@@ -208,7 +208,7 @@ show_usage(void) {
" [-R number] hostname [server]\n"
" -a is equivalent to -v -t *\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"
" -l lists all hosts in a domain, using AXFR\n"
" -n Use the nibble form of IPv6 reverse lookup\n"