diff options
-rw-r--r-- | src/share/api/lease4-get-all.json | 2 | ||||
-rw-r--r-- | src/share/api/lease4-get-page.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/share/api/lease4-get-all.json b/src/share/api/lease4-get-all.json index 3ba03a5b86..498af13684 100644 --- a/src/share/api/lease4-get-all.json +++ b/src/share/api/lease4-get-all.json @@ -6,7 +6,7 @@ ], "cmd-comment": [ "The ``lease4-get-all`` command may result in very large responses. Please consider using ", - "``lease4-get-page`` to get them in chunks. the ``subnets`` parameter is optional. If not ", + "``lease4-get-page`` to get them in chunks. The ``subnets`` parameter is optional. If not ", "specified, leases from all subnets are returned." ], "cmd-syntax": [ diff --git a/src/share/api/lease4-get-page.json b/src/share/api/lease4-get-page.json index 8298553253..266b4a9fda 100644 --- a/src/share/api/lease4-get-page.json +++ b/src/share/api/lease4-get-page.json @@ -18,7 +18,7 @@ ], "resp-comment": [ "Result 0 is returned when at least one lease is found, 1 when parameters are malformed or missing,", - "3 is returned if no leases are found." + "3 is returned if no leases are found with specified parameters." ], "resp-syntax": [ "[", |