diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-30 15:22:05 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-07-30 15:29:11 +0200 |
commit | 332aa77860487398214a10c77d3e6d020f1e68ef (patch) | |
tree | bd73497584f0383e4b5218dcd398b9c36adec430 /op-mode-definitions/show-zebra.xml.in | |
parent | 11a605d303bce5384a64ad887566c064eb4f206a (diff) | |
download | vyos-1x-332aa77860487398214a10c77d3e6d020f1e68ef.tar.gz vyos-1x-332aa77860487398214a10c77d3e6d020f1e68ef.zip |
op-mode: improve <help> strings
Diffstat (limited to 'op-mode-definitions/show-zebra.xml.in')
-rw-r--r-- | op-mode-definitions/show-zebra.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-zebra.xml.in b/op-mode-definitions/show-zebra.xml.in index b0ad37f49..69991a1d5 100644 --- a/op-mode-definitions/show-zebra.xml.in +++ b/op-mode-definitions/show-zebra.xml.in @@ -4,7 +4,7 @@ <children> <node name="zebra"> <properties> - <help>Zebra routing information</help> + <help>Show Zebra routing information</help> </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> <children> |