diff options
author | Tomek Mrugalski <tomek@isc.org> | 2020-09-24 09:14:54 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2020-09-24 09:19:21 +0200 |
commit | 58d34eb3528acead6f1705da46c0245cbd3a01d4 (patch) | |
tree | 1e286f2162609dfac76d2848e568b61b2473a70e /src/share | |
parent | [#1392] ChangeLog updated (diff) | |
download | kea-58d34eb3528acead6f1705da46c0245cbd3a01d4.tar.xz kea-58d34eb3528acead6f1705da46c0245cbd3a01d4.zip |
[#1392] Minor wordsmithing after review
Diffstat (limited to 'src/share')
-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": [ "[", |