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/as-path-list | |
parent | 99378be23aeb463c5c405c279bd474ab54c0669e (diff) | |
download | vyatta-cfg-quagga-f6d78b37ef2c22f273484ccf68aa50e00facf4bf.tar.gz vyatta-cfg-quagga-f6d78b37ef2c22f273484ccf68aa50e00facf4bf.zip |
Help text modifications
Diffstat (limited to 'templates/policy/as-path-list')
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/policy/as-path-list/node.tag/description/node.def b/templates/policy/as-path-list/node.tag/description/node.def index 1d708acb..c35d93ac 100644 --- a/templates/policy/as-path-list/node.tag/description/node.def +++ b/templates/policy/as-path-list/node.tag/description/node.def @@ -1,2 +1,2 @@ type: txt -help: "as-path-list description" +help: "AS path list description" diff --git a/templates/policy/as-path-list/node.tag/rule/node.tag/action/node.def b/templates/policy/as-path-list/node.tag/rule/node.tag/action/node.def index 26f6c631..e6b2964b 100644 --- a/templates/policy/as-path-list/node.tag/rule/node.tag/action/node.def +++ b/templates/policy/as-path-list/node.tag/rule/node.tag/action/node.def @@ -1,3 +1,3 @@ type: txt -help: "action to take on AS paths matching this rule" +help: "Action to take on AS paths matching this rule" syntax: $(@) in "permit", "deny"; "action must be permit or deny" diff --git a/templates/policy/as-path-list/node.tag/rule/node.tag/description/node.def b/templates/policy/as-path-list/node.tag/rule/node.tag/description/node.def index 3d61ac85..00fed102 100644 --- a/templates/policy/as-path-list/node.tag/rule/node.tag/description/node.def +++ b/templates/policy/as-path-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" |