diff options
| -rw-r--r-- | op-mode-definitions/show-interfaces.xml.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/op-mode-definitions/show-interfaces.xml.in b/op-mode-definitions/show-interfaces.xml.in index b68aa8e1c..2d94080c7 100644 --- a/op-mode-definitions/show-interfaces.xml.in +++ b/op-mode-definitions/show-interfaces.xml.in @@ -40,8 +40,6 @@ </properties> <command>${vyos_op_scripts_dir}/interfaces.py show_kernel --intf-name=$4 --detail</command> </leafNode> - </children> - <children> <leafNode name="json"> <properties> <help>Show system interface in JSON format</help> @@ -58,7 +56,7 @@ <children> <leafNode name="detail"> <properties> - <help>Show all interfaces in JSON format</help> + <help>Show system interface in JSON format</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show_kernel --detail</command> </leafNode> |
