From 17a6da10c0fcb87edcad978daa1f1462515cc011 Mon Sep 17 00:00:00 2001 From: Mohit Mehta Date: Thu, 10 Apr 2008 04:30:40 +0000 Subject: Fix Bug 3069 Help strings should be standardized - help strings standardized in vyatta-cfg-quagga --- templates/protocols/ospf/max-metric/node.def | 2 +- templates/protocols/ospf/max-metric/router-lsa/administrative/node.def | 2 +- templates/protocols/ospf/max-metric/router-lsa/node.def | 2 +- templates/protocols/ospf/max-metric/router-lsa/on-shutdown/node.def | 2 +- templates/protocols/ospf/max-metric/router-lsa/on-startup/node.def | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/protocols/ospf/max-metric') diff --git a/templates/protocols/ospf/max-metric/node.def b/templates/protocols/ospf/max-metric/node.def index 812172f8..d40ccc2a 100644 --- a/templates/protocols/ospf/max-metric/node.def +++ b/templates/protocols/ospf/max-metric/node.def @@ -1 +1 @@ -help: OSPF maximum / infinite-distance metric +help: Set OSPF maximum/infinite-distance metric diff --git a/templates/protocols/ospf/max-metric/router-lsa/administrative/node.def b/templates/protocols/ospf/max-metric/router-lsa/administrative/node.def index 5d1cfcaf..e4f8db14 100644 --- a/templates/protocols/ospf/max-metric/router-lsa/administrative/node.def +++ b/templates/protocols/ospf/max-metric/router-lsa/administrative/node.def @@ -1,4 +1,4 @@ -help: Administratively applied, for an indefinite period +help: Set to administratively apply, for an indefinite period create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \ -c \"router ospf\" \ -c \"max-metric router-lsa administrative\"; " diff --git a/templates/protocols/ospf/max-metric/router-lsa/node.def b/templates/protocols/ospf/max-metric/router-lsa/node.def index 7371f9a9..8f4248c2 100644 --- a/templates/protocols/ospf/max-metric/router-lsa/node.def +++ b/templates/protocols/ospf/max-metric/router-lsa/node.def @@ -1 +1 @@ -help: Advertise own Router-LSA with infinite distance (stub router) +help: Set to advertise own Router-LSA with infinite distance (stub router) diff --git a/templates/protocols/ospf/max-metric/router-lsa/on-shutdown/node.def b/templates/protocols/ospf/max-metric/router-lsa/on-shutdown/node.def index da7c0da1..e068e184 100644 --- a/templates/protocols/ospf/max-metric/router-lsa/on-shutdown/node.def +++ b/templates/protocols/ospf/max-metric/router-lsa/on-shutdown/node.def @@ -1,5 +1,5 @@ type: u32 -help: Advertise stub-router prior to full shutdown of OSPF +help: Set to advertise stub-router prior to full shutdown of OSPF syntax:expression: $VAR(@) >= 5 && $VAR(@) <= 86400; "must be between 5-86400 seconds" update:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \ -c \"router ospf\" \ diff --git a/templates/protocols/ospf/max-metric/router-lsa/on-startup/node.def b/templates/protocols/ospf/max-metric/router-lsa/on-startup/node.def index 99480c03..3b6d2352 100644 --- a/templates/protocols/ospf/max-metric/router-lsa/on-startup/node.def +++ b/templates/protocols/ospf/max-metric/router-lsa/on-startup/node.def @@ -1,5 +1,5 @@ type: u32 -help: Automatically advertise stub Router-LSA on startup of OSPF +help: Set to automatically advertise stub Router-LSA on startup of OSPF syntax:expression: $VAR(@) >= 5 && $VAR(@) <= 86400; "must be between 5-86400 seconds" update:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \ -c \"router ospf\" \ -- cgit v1.2.3