diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-07 11:26:42 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-07 11:48:14 +0200 |
commit | ff25cb35c93e464acb7c18d329323ba841311abe (patch) | |
tree | 65721a9d1883a3d2fc7b8a9054d11c7d10c6a8e9 /op-mode-definitions/show-interfaces-ethernet.xml.in | |
parent | d9f20383323a9dbebcef4d4393f692dff716700c (diff) | |
download | vyos-1x-ff25cb35c93e464acb7c18d329323ba841311abe.tar.gz vyos-1x-ff25cb35c93e464acb7c18d329323ba841311abe.zip |
op-mode: xml: improve "show interfaces <type>" help text
(cherry picked from commit bd2c79ebb8abbd844f4b0568110c7bcea0d8f4f1)
Diffstat (limited to 'op-mode-definitions/show-interfaces-ethernet.xml.in')
-rw-r--r-- | op-mode-definitions/show-interfaces-ethernet.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-interfaces-ethernet.xml.in b/op-mode-definitions/show-interfaces-ethernet.xml.in index df9e304a7..e414291d1 100644 --- a/op-mode-definitions/show-interfaces-ethernet.xml.in +++ b/op-mode-definitions/show-interfaces-ethernet.xml.in @@ -6,7 +6,7 @@ <children> <tagNode name="ethernet"> <properties> - <help>Show ethernet interface information</help> + <help>Show specified Ethernet interface information</help> <completionHelp> <path>interfaces ethernet</path> </completionHelp> @@ -72,7 +72,7 @@ </tagNode> <node name="ethernet"> <properties> - <help>Show ethernet interface information</help> + <help>Show Ethernet interface information</help> </properties> <command>${vyos_op_scripts_dir}/show_interfaces.py --intf-type=ethernet --action=show-brief</command> <children> |