summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2023-09-26 17:43:17 +0200
committerGitHub <noreply@github.com>2023-09-26 17:43:17 +0200
commitf289533d5d6535b4aad3624e7b912e766ac0b78a (patch)
tree41ae6f9f6912cbc9d358e9f70a8d13310fb6521e
parentMerge pull request #14356 from Keelan10/ospf_external_aggregator-leak (diff)
parentdoc: reference the correct MGMTd show command (diff)
downloadfrr-f289533d5d6535b4aad3624e7b912e766ac0b78a.tar.xz
frr-f289533d5d6535b4aad3624e7b912e766ac0b78a.zip
Merge pull request #14447 from marcos-ng/master
doc: reference the correct MGMTd show command
Diffstat (limited to '')
-rw-r--r--doc/user/mgmtd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/mgmtd.rst b/doc/user/mgmtd.rst
index 737eb57c8..42bc860b7 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.