diff options
author | jack9603301 <jack9603301@163.com> | 2020-08-15 11:58:57 +0800 |
---|---|---|
committer | jack9603301 <jack9603301@163.com> | 2020-08-15 11:58:57 +0800 |
commit | add4578ff74f630219b2c1abf0eb122e7cd3eb78 (patch) | |
tree | 1ed2e9f5389d937b3f6ea1b460c167ccb08346d3 /op-mode-definitions/monitor-ndp.xml | |
parent | 9a85c946e5f4d125276da432bb3055d1369d47fd (diff) | |
download | vyos-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.xml | 6 |
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> |