diff options
author | jack9603301 <jack9603301@163.com> | 2020-08-11 11:45:42 +0800 |
---|---|---|
committer | jack9603301 <jack9603301@163.com> | 2020-08-11 11:45:42 +0800 |
commit | 399bc459b94d4b918364d1e6b168d1842c8445b5 (patch) | |
tree | ab1b3cbc7d7f157f542d330cb758e3e0028dc8d4 /op-mode-definitions | |
parent | 0393bbebeda9d8a610accf15377a3487b4fc1ddc (diff) | |
download | vyos-1x-399bc459b94d4b918364d1e6b168d1842c8445b5.tar.gz vyos-1x-399bc459b94d4b918364d1e6b168d1842c8445b5.zip |
tcptraceroute: T2723: Modify port description
In response to #522 request, modify `Perform operations
on TCP ports` to `TCP port to connect to for path tracing`
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/traceroute.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/op-mode-definitions/traceroute.xml b/op-mode-definitions/traceroute.xml index 10ee3c07e..6a44fc25b 100644 --- a/op-mode-definitions/traceroute.xml +++ b/op-mode-definitions/traceroute.xml @@ -34,7 +34,7 @@ <children> <tagNode name="port"> <properties> - <help>Perform operations on TCP ports</help> + <help>TCP port to connect to for path tracing</help> <completionHelp> <list>0-65535</list> </completionHelp> @@ -62,7 +62,7 @@ <children> <tagNode name="port"> <properties> - <help>Perform operations on TCP ports</help> + <help>TCP port to connect to for path tracing</help> <completionHelp> <list>0-65535</list> </completionHelp> @@ -109,7 +109,7 @@ <children> <tagNode name="port"> <properties> - <help>Perform operations on TCP ports</help> + <help>TCP port to connect to for path tracing</help> <completionHelp> <list>0-65535</list> </completionHelp> @@ -137,7 +137,7 @@ <children> <tagNode name="port"> <properties> - <help>Perform operations on TCP ports</help> + <help>TCP port to connect to for path tracing</help> <completionHelp> <list>0-65535</list> </completionHelp> |