example typo
This commit is contained in:
parent
59f03b50fb
commit
4dd71c671f
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ show("Show a particular state of the system"){
|
||||||
}
|
}
|
||||||
configuration("Show configuration"), cli_auto_show("datamodel", "candidate", "text", true, false);{
|
configuration("Show configuration"), cli_auto_show("datamodel", "candidate", "text", true, false);{
|
||||||
xml("Show configuration as XML"), cli_auto_show("datamodel", "candidate", "xml", true, false);
|
xml("Show configuration as XML"), cli_auto_show("datamodel", "candidate", "xml", true, false);
|
||||||
oad cli("Show configuration as CLI commands"), cli_auto_show("datamodel", "candidate", "cli", true, false, "set ");
|
cli("Show configuration as CLI commands"), cli_auto_show("datamodel", "candidate", "cli", true, false, "set ");
|
||||||
netconf("Show configuration as netconf edit-config operation"), cli_auto_show("datamodel", "candidate", "netconf", true, false);
|
netconf("Show configuration as netconf edit-config operation"), cli_auto_show("datamodel", "candidate", "netconf", true, false);
|
||||||
text("Show configuration as text"), cli_auto_show("datamodel", "candidate", "text", true, false);
|
text("Show configuration as text"), cli_auto_show("datamodel", "candidate", "text", true, false);
|
||||||
json("Show configuration as JSON"), cli_auto_show("datamodel", "candidate", "json", true, false);
|
json("Show configuration as JSON"), cli_auto_show("datamodel", "candidate", "json", true, false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue