diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 12:09:45 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 12:09:45 -0700 |
commit | e7652a229a81de89f754783287a7293c30457970 (patch) | |
tree | c0ebf145e57bbbfc69e9dcca2e58f2f3e2acff9c /templates/policy/community-list | |
parent | baa0d50c299c06ad5027f730d7a63e8eec6bef43 (diff) | |
download | vyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.tar.gz vyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.zip |
Remove verbs from help strings
Diffstat (limited to 'templates/policy/community-list')
5 files changed, 5 insertions, 5 deletions
diff --git a/templates/policy/community-list/node.def b/templates/policy/community-list/node.def index df10f694..bf41b6a1 100644 --- a/templates/policy/community-list/node.def +++ b/templates/policy/community-list/node.def @@ -1,6 +1,6 @@ tag: type: u32 -help: Set Border Gateway Protocol (BGP) community-list filter +help: Border Gateway Protocol (BGP) community-list filter syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 500; " community-list must be diff --git a/templates/policy/community-list/node.tag/description/node.def b/templates/policy/community-list/node.tag/description/node.def index 400d6f9a..7a660be4 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: Set a description for this community list +help: Description for this community list 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 3fd50c8b..521d972f 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,5 +1,5 @@ type: txt -help: Set action to take on communities matching this rule [REQUIRED] +help: Action to take on communities matching this rule [REQUIRED] val_help: permit; Permit matching communities val_help: deny; Deny matching communities 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 8b6dc54a..b8e3095b 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: Set a 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 e8406d6e..49825567 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: Set regular expression to match against a community list +help: Regular expression to match against a community list val_help: Community list regular expression syntax:expression: exec " \ |