diff options
author | Justin Fletcher <jfletcher@phuket.vyatta.com> | 2007-11-05 14:47:02 -0800 |
---|---|---|
committer | Justin Fletcher <jfletcher@phuket.vyatta.com> | 2007-11-05 14:47:02 -0800 |
commit | f6d78b37ef2c22f273484ccf68aa50e00facf4bf (patch) | |
tree | 95fe13634a9fab3f5ead9b708798cae4c747a9d4 /templates/policy/community-list | |
parent | 99378be23aeb463c5c405c279bd474ab54c0669e (diff) | |
download | vyatta-cfg-quagga-f6d78b37ef2c22f273484ccf68aa50e00facf4bf.tar.gz vyatta-cfg-quagga-f6d78b37ef2c22f273484ccf68aa50e00facf4bf.zip |
Help text modifications
Diffstat (limited to 'templates/policy/community-list')
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/policy/community-list/node.tag/description/node.def b/templates/policy/community-list/node.tag/description/node.def index c6f76be3..ed3f5586 100644 --- a/templates/policy/community-list/node.tag/description/node.def +++ b/templates/policy/community-list/node.tag/description/node.def @@ -1,2 +1,2 @@ type: txt -help: "community-list description" +help: "Community list description" diff --git a/templates/policy/community-list/node.tag/rule/node.tag/action/node.def b/templates/policy/community-list/node.tag/rule/node.tag/action/node.def index 92e66ad2..bef39bca 100644 --- a/templates/policy/community-list/node.tag/rule/node.tag/action/node.def +++ b/templates/policy/community-list/node.tag/rule/node.tag/action/node.def @@ -1,3 +1,3 @@ type: txt -help: "action to take on communities matching this rule" +help: "Action to take on communities matching this rule" syntax: $(@) in "permit", "deny"; "action must be permit or deny" diff --git a/templates/policy/community-list/node.tag/rule/node.tag/description/node.def b/templates/policy/community-list/node.tag/rule/node.tag/description/node.def index 3d61ac85..00fed102 100644 --- a/templates/policy/community-list/node.tag/rule/node.tag/description/node.def +++ b/templates/policy/community-list/node.tag/rule/node.tag/description/node.def @@ -1,2 +1,2 @@ type: txt -help: "description for this rule" +help: "Description for this rule" diff --git a/templates/policy/community-list/node.tag/rule/node.tag/regex/node.def b/templates/policy/community-list/node.tag/rule/node.tag/regex/node.def index 6b116123..2ae87cf6 100644 --- a/templates/policy/community-list/node.tag/rule/node.tag/regex/node.def +++ b/templates/policy/community-list/node.tag/rule/node.tag/regex/node.def @@ -1,5 +1,5 @@ type: txt -help: "community list regular expression" +help: "Community list regular expression" # pending bug 2285 syntax: exec " \ if [ $(../../@) -ge 1 ] && [ $(../../@) -le 99 ]; then \ |