diff --git a/example/main/example_cli.cli b/example/main/example_cli.cli index 07b529b7..1f61764c 100644 --- a/example/main/example_cli.cli +++ b/example/main/example_cli.cli @@ -83,7 +83,7 @@ show("Show a particular state of the system"){ } configuration("Show configuration"), cli_auto_show("datamodel", "candidate", "text", 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); 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);