diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-10 04:30:40 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-10 04:30:40 +0000 |
commit | 17a6da10c0fcb87edcad978daa1f1462515cc011 (patch) | |
tree | 0f37bdc69f71f15f846b06d9264352d3cf3556e5 /templates/protocols/ospf/distance | |
parent | c9b4583f38f4bc7fedef6f05d31ef7ea2020473a (diff) | |
download | vyatta-cfg-quagga-17a6da10c0fcb87edcad978daa1f1462515cc011.tar.gz vyatta-cfg-quagga-17a6da10c0fcb87edcad978daa1f1462515cc011.zip |
Fix Bug 3069 Help strings should be standardized
- help strings standardized in vyatta-cfg-quagga
Diffstat (limited to 'templates/protocols/ospf/distance')
6 files changed, 6 insertions, 6 deletions
diff --git a/templates/protocols/ospf/distance/global/node.def b/templates/protocols/ospf/distance/global/node.def index 7b8a45b9..6b30fcf0 100644 --- a/templates/protocols/ospf/distance/global/node.def +++ b/templates/protocols/ospf/distance/global/node.def @@ -1,5 +1,5 @@ type: u32 -help: OSPF administrative distance +help: Set OSPF administrative distance syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 255; "Must be between 1-255" update:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \ -c \"router ospf\" \ diff --git a/templates/protocols/ospf/distance/node.def b/templates/protocols/ospf/distance/node.def index f86a74d1..cb26cb98 100644 --- a/templates/protocols/ospf/distance/node.def +++ b/templates/protocols/ospf/distance/node.def @@ -1 +1 @@ -help: Define an administrative distance +help: Set an administrative distance diff --git a/templates/protocols/ospf/distance/ospf/external/node.def b/templates/protocols/ospf/distance/ospf/external/node.def index 2b827181..e99bfa07 100644 --- a/templates/protocols/ospf/distance/ospf/external/node.def +++ b/templates/protocols/ospf/distance/ospf/external/node.def @@ -1,5 +1,5 @@ type: u32 -help: Define a distance for external routes +help: Set a distance for external routes syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 255; "Must be between 1-255" comp_help: possible completions: <1-255> Set distance for external routes diff --git a/templates/protocols/ospf/distance/ospf/inter-area/node.def b/templates/protocols/ospf/distance/ospf/inter-area/node.def index 0ac254e6..a6bcf23a 100644 --- a/templates/protocols/ospf/distance/ospf/inter-area/node.def +++ b/templates/protocols/ospf/distance/ospf/inter-area/node.def @@ -1,5 +1,5 @@ type: u32 -help: Define a distance for inter-area routes +help: Set a distance for inter-area routes syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 255; "Must be between 1-255" comp_help: possible completions: <1-255> Set distance for inter-area routes diff --git a/templates/protocols/ospf/distance/ospf/intra-area/node.def b/templates/protocols/ospf/distance/ospf/intra-area/node.def index 665bf139..b03b0470 100644 --- a/templates/protocols/ospf/distance/ospf/intra-area/node.def +++ b/templates/protocols/ospf/distance/ospf/intra-area/node.def @@ -1,5 +1,5 @@ type: u32 -help: Define a distance for intra-area routes +help: Set a distance for intra-area routes syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 255; "Must be between 1-255" comp_help: possible completions: <1-255> Set distance for intra-area routes diff --git a/templates/protocols/ospf/distance/ospf/node.def b/templates/protocols/ospf/distance/ospf/node.def index f1a7884c..b326c90f 100644 --- a/templates/protocols/ospf/distance/ospf/node.def +++ b/templates/protocols/ospf/distance/ospf/node.def @@ -1,4 +1,4 @@ -help: OSPF administrative distance +help: Set OSPF administrative distance delete:expression: "touch /tmp/ospf-distance.$PPID" end:expression: "\ if [ -f \"/tmp/ospf-distance.$PPID\" ]; then \ |