]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
correct typo in usage message.
authorMark Andrews <marka@isc.org>
Thu, 19 Sep 2002 02:40:15 +0000 (02:40 +0000)
committerMark Andrews <marka@isc.org>
Thu, 19 Sep 2002 02:40:15 +0000 (02:40 +0000)
jinmei/marka

bin/rndc/rndc.c

index 5eb843a4943aa8f811bdde7ee32b0105bea6a29e..9a508161462c741d3e248f81397a9001663860ac 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc.c,v 1.93 2002/09/12 04:17:21 marka Exp $ */
+/* $Id: rndc.c,v 1.94 2002/09/19 02:40:15 marka Exp $ */
 
 /*
  * Principal Author: DCL
@@ -115,7 +115,7 @@ command is one of the following:\n\
   flush        Flushes all of the server's caches.\n\
   flush [view] Flushes the server's cache for a view.\n\
   flushname name [view]\n\
-               Flush the give name from the server's cache(s)\n\
+               Flush the given name from the server's cache(s)\n\
   status       Display status of the server.\n\
   recursing    Dump the queries that are currently recursing (named.recursing)\n\
   *restart     Restart the server.\n\