From d21d4ddac7024a00a9f1d3f360a4fb0df68982d9 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 3 Jun 2004 04:23:01 +0000 Subject: [PATCH] update -b usage --- 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 c8a75f2d14..855ea28c3d 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.190 2004/04/15 06:47:08 marka Exp $ */ +/* $Id: dig.c,v 1.191 2004/06/03 04:23:01 marka Exp $ */ #include #include @@ -173,7 +173,7 @@ help(void) { " -x dot-notation (shortcut for in-addr lookups)\n" " -i (IP6.INT reverse IPv6 lookups)\n" " -f filename (batch mode)\n" -" -b address (bind to source address)\n" +" -b address[#port] (bind to source address/port)\n" " -p port (specify port number)\n" " -t type (specify query type)\n" " -c class (specify query class)\n"