]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
missing space
authorBrian Wellington <source@isc.org>
Thu, 1 Mar 2001 22:40:44 +0000 (22:40 +0000)
committerBrian Wellington <source@isc.org>
Thu, 1 Mar 2001 22:40:44 +0000 (22:40 +0000)
lib/isc/commandline.c

index fdd6f0498e4b81f39fbccdd17b62a593f43f5477..57148f0eab8d995c50fd0193f165c6046ccdebd3 100644 (file)
@@ -48,7 +48,7 @@
  * SUCH DAMAGE.
  */
 
-/* $Id: commandline.c,v 1.11.4.1 2001/01/09 22:48:50 bwelling Exp $ */
+/* $Id: commandline.c,v 1.11.4.2 2001/03/01 22:40:44 bwelling Exp $ */
 
 /*
  * This file was adapted from the NetBSD project's source tree, RCS ID:
@@ -199,7 +199,7 @@ isc_commandline_parse(int argc, char * const *argv, const char *options) {
                                        isc_msgcat_get(isc_msgcat,
                                                       ISC_MSGSET_COMMANDLINE,
                                                       ISC_MSG_OPTNEEDARG,
-                                                      "option requires"
+                                                      "option requires "
                                                       "an argument"),
                                        isc_commandline_option);