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:
committed by
Tomek Mrugalski
parent
2891e28344
commit
6b749afadd
@@ -5,7 +5,7 @@
|
|||||||
],
|
],
|
||||||
"cmd-syntax": [
|
"cmd-syntax": [
|
||||||
"{",
|
"{",
|
||||||
" \"command\": \"build-report\",",
|
" \"command\": \"build-report\"",
|
||||||
"}"
|
"}"
|
||||||
],
|
],
|
||||||
"name": "build-report",
|
"name": "build-report",
|
||||||
|
@@ -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\"/>",
|
||||||
|
Reference in New Issue
Block a user