]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3400] Configuration backend description expanded
authorTomek Mrugalski <tomasz@isc.org>
Mon, 19 May 2014 12:40:39 +0000 (14:40 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 19 May 2014 12:40:39 +0000 (14:40 +0200)
configure.ac

index de7793fc22bcbe9fd887a47e08979d140b2352f5..3d13aa850e6bfe7e43a3516e6bef0bc11e3fe294 100644 (file)
@@ -1291,7 +1291,9 @@ AC_SUBST(AWK)
 # It is possible that we may extend this to accept additional backends.
 AC_ARG_WITH(kea-config,
     AC_HELP_STRING([--with-kea-config],
-    [Selects configuration backend; currently available options are: BUNDY (default) or JSON]),
+    [Selects configuration backend; currently available options are: BUNDY (default,
+    Kea reads configuration and commands from Bundy framework) or JSON (Kea reads
+    configuration from a JSON file from disk)]),
     [CONFIG_BACKEND="$withval"],
     [CONFIG_BACKEND=BUNDY])