diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-29 19:49:10 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-29 19:51:25 +0200 |
commit | 1046011ec0d6a47c20a54adc1cecd3a1dd57300f (patch) | |
tree | a8db8b41856d67c7244ae7ee5086c6de0349f270 | |
parent | 9f9427bc8ed1055d708e77b723db06a3fe44a462 (diff) | |
download | vyos-1x-1046011ec0d6a47c20a54adc1cecd3a1dd57300f.tar.gz vyos-1x-1046011ec0d6a47c20a54adc1cecd3a1dd57300f.zip |
traceroute: T2411: add top level help text for "traceroute"
-rw-r--r-- | op-mode-definitions/traceroute.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/traceroute.xml b/op-mode-definitions/traceroute.xml index 1aea8eef6..340d28280 100644 --- a/op-mode-definitions/traceroute.xml +++ b/op-mode-definitions/traceroute.xml @@ -10,6 +10,12 @@ <command>/usr/bin/traceroute "$2"</command> </tagNode> <node name="traceroute"> + <properties> + <help>Track network path to node</help> + <completionHelp> + <list><hostname> <x.x.x.x> <h:h:h:h:h:h:h:h></list> + </completionHelp> + </properties> <children> <tagNode name="ipv4"> <properties> |