summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-08-15 14:58:32 +0200
committerGitHub <noreply@github.com>2020-08-15 14:58:32 +0200
commitfd18b6957aa3cd8f378619ae694970bdf85a205b (patch)
tree5d27541f336d984b06b144f31857e02ebf19ab20
parente8d97cf67c539454e05feb74d404df9c239d7ad1 (diff)
parentadd4578ff74f630219b2c1abf0eb122e7cd3eb78 (diff)
downloadvyos-1x-fd18b6957aa3cd8f378619ae694970bdf85a205b.tar.gz
vyos-1x-fd18b6957aa3cd8f378619ae694970bdf85a205b.zip
Merge pull request #526 from jack9603301/T2706
monitor-ndp:T2706: Modify the comment of `monitor ndp type`
-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>