diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-04 23:59:50 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-04 23:59:50 +0000 |
commit | 6824c5341d20bee84cf9ce001fee9218503ac90f (patch) | |
tree | 914ed950783bd57c3043f9fab3364961b21bc788 /templates/show/ip/route | |
parent | 5612efdef70dca2c8f02578cc1b119be4b794d08 (diff) | |
download | vyatta-op-6824c5341d20bee84cf9ce001fee9218503ac90f.tar.gz vyatta-op-6824c5341d20bee84cf9ce001fee9218503ac90f.zip |
Fix Bug 3069 Help strings should be standardized
- vyatta-op help strings standardized according to latest guideline
Diffstat (limited to 'templates/show/ip/route')
-rw-r--r-- | templates/show/ip/route/cache/node.tag/node.def | 2 | ||||
-rw-r--r-- | templates/show/ip/route/forward/node.tag/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/ip/route/cache/node.tag/node.def b/templates/show/ip/route/cache/node.tag/node.def index 85fe4e6..2cb78d5 100644 --- a/templates/show/ip/route/cache/node.tag/node.def +++ b/templates/show/ip/route/cache/node.tag/node.def @@ -1,3 +1,3 @@ help: Show kernel route cache for a given route -allowed: echo -n '<network>' +allowed: echo -n '<x.x.x.x | x.x.x.x/x>' run: ip -s route list cache $5 diff --git a/templates/show/ip/route/forward/node.tag/node.def b/templates/show/ip/route/forward/node.tag/node.def index 257eb0f..e1ba954 100644 --- a/templates/show/ip/route/forward/node.tag/node.def +++ b/templates/show/ip/route/forward/node.tag/node.def @@ -1,3 +1,3 @@ help: Show kernel route table for a given route -allowed: echo -n '<network>' +allowed: echo -n '<x.x.x.x | x.x.x.x/x>' run: ip -s route list $5 |