From 946abfd5e415c460bfa0cb649ce911adcb456886 Mon Sep 17 00:00:00 2001 From: Marcos Mendoza Date: Tue, 19 Sep 2023 14:42:58 -0600 Subject: [PATCH] doc: reference the correct MGMTd show command --- doc/user/mgmtd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/mgmtd.rst b/doc/user/mgmtd.rst index 737eb57c85bc..42bc860b7271 100644 --- a/doc/user/mgmtd.rst +++ b/doc/user/mgmtd.rst @@ -356,7 +356,7 @@ MGMT Show commands Currenlty supported values for 'candidate' and 'running' only ('operational' shall be supported in future soon). -.. clicmd:: show mgmt database-contents [candidate|operation|running] [xpath WORD] [file WORD] json|xml +.. clicmd:: show mgmt datastore-contents [candidate|operation|running] [xpath WORD] [file WORD] json|xml This command dumps the subtree pointed by the xpath in JSON or XML format. If filepath is not present then the tree will be printed on the shell.