From 92aa706a215dcc26e7ef89cddadaa124b83e06a1 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 22 Sep 2000 17:36:02 +0000 Subject: [PATCH] the mnemonic for the chaos class is CH, not CHAOS --- bin/dig/dig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dig/dig.c b/bin/dig/dig.c index fd3440a4de..e6e966adef 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.97 2000/09/21 23:47:36 marka Exp $ */ +/* $Id: dig.c,v 1.98 2000/09/22 17:36:02 gson Exp $ */ #include #include @@ -135,7 +135,7 @@ show_usage(void) { " {global-d-opt} host [@local-server] {local-d-opt}\n" " [ host [@local-server] {local-d-opt} [...]]\n" "Where: domain are in the Domain Name System\n" -" q-class is one of (in,chaos,...) [default: in]\n" +" q-class is one of (in,hs,ch,...) [default: in]\n" " q-type is one of (a,any,mx,ns,soa,hinfo,axfr,txt,...) [default:a]\n" " (Use ixfr=version for type ixfr)\n" " q-opt is one of:\n"