From f6d78b37ef2c22f273484ccf68aa50e00facf4bf Mon Sep 17 00:00:00 2001 From: Justin Fletcher Date: Mon, 5 Nov 2007 14:47:02 -0800 Subject: Help text modifications --- templates/policy/access-list/node.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/policy/access-list/node.def') diff --git a/templates/policy/access-list/node.def b/templates/policy/access-list/node.def index c1026172..41327e16 100644 --- a/templates/policy/access-list/node.def +++ b/templates/policy/access-list/node.def @@ -1,12 +1,12 @@ tag: type: u32 -help: "access-list number must be \n \ +help: "Access list number must be \n \ <1-99> IP standard access list \n \ <100-199> IP extended access list \n \ <1300-1999> IP standard access list (expanded range) \n \ <2000-2699> IP extended access list (expanded range) \n " syntax: ($(@) >= 1 && $(@) <= 199) || ($(@) >= 1300 && $(@) <= 2699); \ -"access-list number must be \n \ +"Access list number must be \n \ <1-99> IP standard access list \n \ <100-199> IP extended access list \n \ <1300-1999> IP standard access list (expanded range) \n \ -- cgit v1.2.3