diff options
author | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 15:43:36 -0800 |
---|---|---|
committer | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 15:43:36 -0800 |
commit | d8781237d0b769b032fcee7d8c8abca0f0cebe80 (patch) | |
tree | fa967bddcbe5fc30fc9c286122a110f219b56a83 /templates/policy/community-list | |
parent | c327f1a14836edd722e0607e5449f8f47a19e5d2 (diff) | |
download | vyatta-cfg-quagga-d8781237d0b769b032fcee7d8c8abca0f0cebe80.tar.gz vyatta-cfg-quagga-d8781237d0b769b032fcee7d8c8abca0f0cebe80.zip |
added required keyword to help text.
Diffstat (limited to 'templates/policy/community-list')
-rw-r--r-- | templates/policy/community-list/node.tag/rule/node.tag/action/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
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 3a2d3681..b8145b68 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 +help: Set action to take on communities matching this rule [REQUIRED] comp_help: \1 permit\tpermit matching communities deny\t\tdeny matching communities syntax:expression: $VAR(@) in "permit", "deny"; "action must be permit or deny" |