summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraapostoliuk <108394744+aapostoliuk@users.noreply.github.com>2025-01-20 11:38:32 +0200
committerGitHub <noreply@github.com>2025-01-20 11:38:32 +0200
commit599a4428c9f411db986ca4d52db385703952f12d (patch)
tree418ea841ce51cf312a8fe743e8662a9111d42a9c
parent5ddd9c3ef73b2812c4afbb8157c7911732751e53 (diff)
downloadvyos-1x-599a4428c9f411db986ca4d52db385703952f12d.tar.gz
vyos-1x-599a4428c9f411db986ca4d52db385703952f12d.zip
nhrp: T2326: Fixed opmode command help strings (#4304)
Fixed opmode command help strings
-rw-r--r--op-mode-definitions/nhrp.xml.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/op-mode-definitions/nhrp.xml.in b/op-mode-definitions/nhrp.xml.in
index 515c0af39..4ae1972c6 100644
--- a/op-mode-definitions/nhrp.xml.in
+++ b/op-mode-definitions/nhrp.xml.in
@@ -41,19 +41,19 @@
<children>
<leafNode name="cache">
<properties>
- <help>Show NHRP interface connection information</help>
+ <help>Forwarding cache information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
<leafNode name="nhs">
<properties>
- <help>Show NHRP tunnel connection information</help>
+ <help>Next hop server information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
<leafNode name="shortcut">
<properties>
- <help>Show NHRP tunnel connection information</help>
+ <help>Shortcut information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>