summaryrefslogtreecommitdiff
path: root/op-mode-definitions/monitor-ndp.xml
diff options
context:
space:
mode:
authorjack9603301 <jack9603301@163.com>2020-08-15 11:58:57 +0800
committerjack9603301 <jack9603301@163.com>2020-08-15 11:58:57 +0800
commitadd4578ff74f630219b2c1abf0eb122e7cd3eb78 (patch)
tree1ed2e9f5389d937b3f6ea1b460c167ccb08346d3 /op-mode-definitions/monitor-ndp.xml
parent9a85c946e5f4d125276da432bb3055d1369d47fd (diff)
downloadvyos-1x-add4578ff74f630219b2c1abf0eb122e7cd3eb78.tar.gz
vyos-1x-add4578ff74f630219b2c1abf0eb122e7cd3eb78.zip
monitor-ndp:T2706: Modify the comment of `monitor ndp type`
Since the comment was incorrectly applied to the command when writing the command before, modify it here
Diffstat (limited to 'op-mode-definitions/monitor-ndp.xml')
-rw-r--r--op-mode-definitions/monitor-ndp.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/op-mode-definitions/monitor-ndp.xml b/op-mode-definitions/monitor-ndp.xml
index e25eccf3a..1ac6ce39b 100644
--- a/op-mode-definitions/monitor-ndp.xml
+++ b/op-mode-definitions/monitor-ndp.xml
@@ -4,7 +4,7 @@
<children>
<node name="ndp">
<properties>
- <help>Monitors the NDP information received by the router through the device</help>
+ <help>Monitor the NDP information received by the router through the device</help>
</properties>
<command>sudo ndptool monitor</command>
<children>
@@ -20,7 +20,7 @@
<tagNode name="type">
<command>sudo ndptool monitor --ifname=$4 --msg-type=$6</command>
<properties>
- <help>Monitor ndp protocol on specified interface</help>
+ <help>Monitor specific types of NDP protocols</help>
<completionHelp>
<list>rs ra ns na</list>
</completionHelp>
@@ -31,7 +31,7 @@
<tagNode name="type">
<command>sudo ndptool monitor --msg-type=$4</command>
<properties>
- <help>Monitor ndp protocol on specified interface</help>
+ <help>Monitor specific types of NDP protocols</help>
<completionHelp>
<list>rs ra ns na</list>
</completionHelp>