2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 06:55:16 +00:00

Fix JSON errors

This commit is contained in:
Suzanne Goldlust
2019-08-10 01:14:11 -04:00
committed by Tomek Mrugalski
parent 2891e28344
commit 6b749afadd
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
], ],
"cmd-syntax": [ "cmd-syntax": [
"{", "{",
" \"command\": \"build-report\",", " \"command\": \"build-report\"",
"}" "}"
], ],
"name": "build-report", "name": "build-report",

View File

@@ -5,7 +5,7 @@
], ],
"cmd-syntax": [ "cmd-syntax": [
"{", "{",
" \"command\": \"dhcp-enable\",", " \"command\": \"dhcp-enable\"",
"}" "}"
], ],
"description": "See <xref linkend=\"command-dhcp-enable\"/>", "description": "See <xref linkend=\"command-dhcp-enable\"/>",