From e7652a229a81de89f754783287a7293c30457970 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 21 Jul 2010 12:09:45 -0700 Subject: Remove verbs from help strings --- templates/protocols/static/route6/node.def | 2 +- templates/protocols/static/route6/node.tag/blackhole/distance/node.def | 2 +- templates/protocols/static/route6/node.tag/blackhole/node.def | 2 +- templates/protocols/static/route6/node.tag/next-hop/node.def | 2 +- .../static/route6/node.tag/next-hop/node.tag/distance/node.def | 2 +- .../static/route6/node.tag/next-hop/node.tag/interface/node.def | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'templates/protocols/static/route6') diff --git a/templates/protocols/static/route6/node.def b/templates/protocols/static/route6/node.def index d33d73ea..de3f1cd8 100644 --- a/templates/protocols/static/route6/node.def +++ b/templates/protocols/static/route6/node.def @@ -1,6 +1,6 @@ tag: type: ipv6net -help: Set a static IPv6 route +help: Static IPv6 route syntax:expression: exec "${vyatta_sbindir}/check_prefix_boundary $VAR(@)" commit:expression: $VAR(./next-hop/) != "" || $VAR(./blackhole/) != ""; \ diff --git a/templates/protocols/static/route6/node.tag/blackhole/distance/node.def b/templates/protocols/static/route6/node.tag/blackhole/distance/node.def index 9b72a0c7..61abcc65 100644 --- a/templates/protocols/static/route6/node.tag/blackhole/distance/node.def +++ b/templates/protocols/static/route6/node.tag/blackhole/distance/node.def @@ -1,4 +1,4 @@ type: u32 -help: Set distance value for this route +help: Distance value for this route syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 255; "Must be between (1-255)" val_help: u32:1-255; Distance for this route diff --git a/templates/protocols/static/route6/node.tag/blackhole/node.def b/templates/protocols/static/route6/node.tag/blackhole/node.def index 24b15560..bd0918d7 100644 --- a/templates/protocols/static/route6/node.tag/blackhole/node.def +++ b/templates/protocols/static/route6/node.tag/blackhole/node.def @@ -1,4 +1,4 @@ -help: Set to silently discard pkts when matched +help: Silently discard pkts when matched end: if [ ${COMMIT_ACTION} = 'DELETE' ]; then vtysh -c "configure terminal" \ diff --git a/templates/protocols/static/route6/node.tag/next-hop/node.def b/templates/protocols/static/route6/node.tag/next-hop/node.def index 31e75a92..55574941 100644 --- a/templates/protocols/static/route6/node.tag/next-hop/node.def +++ b/templates/protocols/static/route6/node.tag/next-hop/node.def @@ -2,7 +2,7 @@ tag: type: ipv6 -help: Set the next-hop IPv6 router [REQUIRED] +help: Next-hop IPv6 router [REQUIRED] end: if [[ -z "$VAR(./disable)" ]] diff --git a/templates/protocols/static/route6/node.tag/next-hop/node.tag/distance/node.def b/templates/protocols/static/route6/node.tag/next-hop/node.tag/distance/node.def index 9b72a0c7..61abcc65 100644 --- a/templates/protocols/static/route6/node.tag/next-hop/node.tag/distance/node.def +++ b/templates/protocols/static/route6/node.tag/next-hop/node.tag/distance/node.def @@ -1,4 +1,4 @@ type: u32 -help: Set distance value for this route +help: Distance value for this route syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 255; "Must be between (1-255)" val_help: u32:1-255; Distance for this route diff --git a/templates/protocols/static/route6/node.tag/next-hop/node.tag/interface/node.def b/templates/protocols/static/route6/node.tag/next-hop/node.tag/interface/node.def index cfa62570..8675ffdd 100644 --- a/templates/protocols/static/route6/node.tag/next-hop/node.tag/interface/node.def +++ b/templates/protocols/static/route6/node.tag/next-hop/node.tag/interface/node.def @@ -1,6 +1,6 @@ type: txt -help: Set the outgoing interface +help: Outgoing interface # show all current interface # but syntax accepts any interface since it may exist later (ppp etc) -- cgit v1.2.3