diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-12-06 16:57:26 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-12-06 16:57:26 -0800 |
commit | dee593c9ea2ffac2717e871a0419a79250b6e011 (patch) | |
tree | 4afb02900c9a57b8d5ea297c912a7aacfb6c5aeb /templates/protocols/ospfv3 | |
parent | 40b146d824f5887e9a0122e274b74befb954bced (diff) | |
download | vyatta-cfg-quagga-dee593c9ea2ffac2717e871a0419a79250b6e011.tar.gz vyatta-cfg-quagga-dee593c9ea2ffac2717e871a0419a79250b6e011.zip |
Fix help text
Bug 6111
Help text should not start with Set
Diffstat (limited to 'templates/protocols/ospfv3')
-rw-r--r-- | templates/protocols/ospfv3/area/node.tag/.filter-list/node.def | 2 | ||||
-rw-r--r-- | templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/ospfv3/area/node.tag/.filter-list/node.def b/templates/protocols/ospfv3/area/node.tag/.filter-list/node.def index 791b3f5a..02729e7e 100644 --- a/templates/protocols/ospfv3/area/node.tag/.filter-list/node.def +++ b/templates/protocols/ospfv3/area/node.tag/.filter-list/node.def @@ -1,2 +1,2 @@ type: txt -help: Set filter-list +help: Filter list diff --git a/templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def b/templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def index 21fd7948..6bcaaf77 100644 --- a/templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def +++ b/templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def @@ -1,6 +1,6 @@ tag: type: txt -help: Set direction of filter (in|out) +help: Direction of filter (in|out) allowed: echo "in out" create:expression: "vtysh -c \"configure terminal\" \ -c \"router ospf6 \" \ |