2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Document -m (enable memory usage debugging) option for dig. [RT #18757]

This commit is contained in:
Jeremy Reed
2008-10-13 21:18:56 +00:00
parent e4782ca3bf
commit 0db6bf459f
3 changed files with 13 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dig.c,v 1.221 2008/04/03 02:01:08 marka Exp $ */
/* $Id: dig.c,v 1.222 2008/10/13 21:18:56 jreed Exp $ */
/*! \file */
@@ -156,6 +156,7 @@ help(void) {
" -y [hmac:]name:key (specify named base64 tsig key)\n"
" -4 (use IPv4 query transport only)\n"
" -6 (use IPv6 query transport only)\n"
" -m (enable memory usage debugging)\n"
" d-opt is of the form +keyword[=value], where keyword is:\n"
" +[no]vc (TCP mode)\n"
" +[no]tcp (TCP mode, alternate syntax)\n"