summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/arm/hooks-stat-cmds.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sphinx/arm/hooks-stat-cmds.rst')
-rw-r--r--doc/sphinx/arm/hooks-stat-cmds.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/arm/hooks-stat-cmds.rst b/doc/sphinx/arm/hooks-stat-cmds.rst
index 7cbe654aab..91b918802e 100644
--- a/doc/sphinx/arm/hooks-stat-cmds.rst
+++ b/doc/sphinx/arm/hooks-stat-cmds.rst
@@ -113,14 +113,14 @@ The following command fetches lease statistics for subnet ID 10 from a
The following command fetches lease statistics for all subnets with IDs
in the range 10 through 50 from a ``kea-dhcp4`` server:
-::
+.. code-block:: json
{
"command": "stat-lease4-get",
"arguments": {
"subnet-range" {
"first-subnet-id": 10,
- "last-subnet-id": 50,
+ "last-subnet-id": 50
}
}
}