2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

2329. [bug] Clearer help text for dig's '-x' and '-i' options.

This commit is contained in:
Mark Andrews
2008-02-05 06:57:52 +00:00
parent f1d6c77ecc
commit 4a5b30c24c
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
2329. [bug] Clearer help text for dig's '-x' and '-i' options.
2328. [bug] Add AAAA addresses for A.ROOT-SERVERS.NET,
F.ROOT-SERVERS.NET, H.ROOT-SERVERS.NET,
J.ROOT-SERVERS.NET, K.ROOT-SERVERS.NET and

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dig.c,v 1.218 2007/12/03 00:21:48 marka Exp $ */
/* $Id: dig.c,v 1.219 2008/02/05 06:57:52 marka Exp $ */
/*! \file */
@@ -144,8 +144,8 @@ help(void) {
" 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"
" -x dot-notation (shortcut for in-addr lookups)\n"
" -i (IP6.INT reverse IPv6 lookups)\n"
" -x dot-notation (shortcut for reverse lookups)\n"
" -i (use IP6.INT for IPv6 reverse lookups)\n"
" -f filename (batch mode)\n"
" -b address[#port] (bind to source address/port)\n"
" -p port (specify port number)\n"