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/default-information/node.def | 2 +- templates/protocols/ospf/default-information/originate/always/node.def | 2 +- .../protocols/ospf/default-information/originate/metric-type/node.def | 2 +- templates/protocols/ospf/default-information/originate/metric/node.def | 2 +- templates/protocols/ospf/default-information/originate/node.def | 2 +- .../protocols/ospf/default-information/originate/route-map/node.def | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'templates/protocols/ospf/default-information') diff --git a/templates/protocols/ospf/default-information/node.def b/templates/protocols/ospf/default-information/node.def index 7cd4ddbc..1c2edbe4 100644 --- a/templates/protocols/ospf/default-information/node.def +++ b/templates/protocols/ospf/default-information/node.def @@ -1 +1 @@ -help: Control distribution of default information +help: Set to control distribution of default information diff --git a/templates/protocols/ospf/default-information/originate/always/node.def b/templates/protocols/ospf/default-information/originate/always/node.def index 31ce00db..7e238873 100644 --- a/templates/protocols/ospf/default-information/originate/always/node.def +++ b/templates/protocols/ospf/default-information/originate/always/node.def @@ -1 +1 @@ -help: Always advertise default route +help: Set to always advertise default route diff --git a/templates/protocols/ospf/default-information/originate/metric-type/node.def b/templates/protocols/ospf/default-information/originate/metric-type/node.def index 5b6b6531..9878782f 100644 --- a/templates/protocols/ospf/default-information/originate/metric-type/node.def +++ b/templates/protocols/ospf/default-information/originate/metric-type/node.def @@ -1,5 +1,5 @@ type: u32 -help: OSPF metric type for default routes +help: Set OSPF metric type for default routes default: 2 syntax:expression: $VAR(@) in 1, 2 ; "metric must be either 1 or 2" comp_help: possible completions: diff --git a/templates/protocols/ospf/default-information/originate/metric/node.def b/templates/protocols/ospf/default-information/originate/metric/node.def index 80609683..54ee5653 100644 --- a/templates/protocols/ospf/default-information/originate/metric/node.def +++ b/templates/protocols/ospf/default-information/originate/metric/node.def @@ -1,5 +1,5 @@ type: u32 -help: OSPF default metric +help: Set OSPF default metric syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 16777214; "must be between 0-16777214" comp_help: possible completions: <0-16777214> Set default metric diff --git a/templates/protocols/ospf/default-information/originate/node.def b/templates/protocols/ospf/default-information/originate/node.def index 084d529e..73a8912e 100644 --- a/templates/protocols/ospf/default-information/originate/node.def +++ b/templates/protocols/ospf/default-information/originate/node.def @@ -1,4 +1,4 @@ -help: Distribute a default route +help: Set to distribute a default route delete: touch /tmp/ospf-default-info.$PPID end: if [ -f "/tmp/ospf-default-info.$PPID" ]; then ${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \ diff --git a/templates/protocols/ospf/default-information/originate/route-map/node.def b/templates/protocols/ospf/default-information/originate/route-map/node.def index c7943078..f5811b9d 100644 --- a/templates/protocols/ospf/default-information/originate/route-map/node.def +++ b/templates/protocols/ospf/default-information/originate/route-map/node.def @@ -1,2 +1,2 @@ type: txt -help: Route map reference +help: Set route map reference -- cgit v1.2.3