]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#10,!3] Tiny corrections in 3 API commands.
authorMarcin Siodelski <marcin@isc.org>
Fri, 26 Oct 2018 16:23:17 +0000 (18:23 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 29 Oct 2019 17:58:12 +0000 (18:58 +0100)
doc/api/build-report.json
doc/api/config-get.json
doc/api/reservation-get.json

index 931383587965d4b8d7e85534b7874dcd4d844317..14682c083b0e0b802611bfba6edc0609e5094bff 100644 (file)
@@ -1,6 +1,6 @@
 {
     "name": "build-report",
-    "brief": "returns a list of compilation options that this particular binary was built with",
+    "brief": "Returns a list of compilation options that this particular binary was built with",
     "support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ],
     "avail": "1.2.0",
 
index 3aed593d132dd59b239975aba31acc3ad8d24bcb..7ed254a56a9237161f61d2d9e6eda938dae069b2 100644 (file)
@@ -1,6 +1,6 @@
 {
     "name": "config-get",
-    "brief": "retrieves the current configuration used by the server. The configuration
+    "brief": "Retrieves the current configuration used by the server. The configuration
               is roughtly equal to the configuration file, but includes additional
               changes made by other commands and due to parameters inheritance.",
     "support": [ "kea-dhcp4", "kea-dhcp6", "kea-ctrl-agent" ],
index cb6925758de289127eca5456113a50b295b17b9b..ef359b0928c602ac9caacc45380c9880932100f1 100644 (file)
@@ -1,6 +1,6 @@
 {
     "name": "reservation-get",
-    "brief": "attempts to retrieve an existing host reservation",
+    "brief": "Attempts to retrieve an existing host reservation",
     "support": [ "kea-dhcp4", "kea-dhcp6" ],
     "hook": "host_cmds",
     "avail": "1.2.0",