diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-06 16:01:29 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-06 16:01:29 +0200 |
commit | 69be93638e32fd8a0ce9edcaa7720312acb5bb67 (patch) | |
tree | a6fcda11794d743ecc19ab8c771addbe15a052dc | |
parent | fa5740845e5782c67ba4594bcf407c136bf587a6 (diff) | |
download | vyos-1x-69be93638e32fd8a0ce9edcaa7720312acb5bb67.tar.gz vyos-1x-69be93638e32fd8a0ce9edcaa7720312acb5bb67.zip |
op-mode: add help text for "show mpls"
-rw-r--r-- | op-mode-definitions/show-mpls.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/op-mode-definitions/show-mpls.xml b/op-mode-definitions/show-mpls.xml index 6610788c7..3f160b6dc 100644 --- a/op-mode-definitions/show-mpls.xml +++ b/op-mode-definitions/show-mpls.xml @@ -3,6 +3,9 @@ <node name="show"> <children> <node name="mpls"> + <properties> + <help>Show Multiprotocol Label Switching (MPLS)</help> + </properties> <children> <node name="ldp"> <properties> |