summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/timers
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-12-06 16:57:26 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-12-06 16:57:26 -0800
commitdee593c9ea2ffac2717e871a0419a79250b6e011 (patch)
tree4afb02900c9a57b8d5ea297c912a7aacfb6c5aeb /templates/protocols/rip/timers
parent40b146d824f5887e9a0122e274b74befb954bced (diff)
downloadvyatta-cfg-quagga-dee593c9ea2ffac2717e871a0419a79250b6e011.tar.gz
vyatta-cfg-quagga-dee593c9ea2ffac2717e871a0419a79250b6e011.zip
Fix help text
Bug 6111 Help text should not start with Set
Diffstat (limited to 'templates/protocols/rip/timers')
-rw-r--r--templates/protocols/rip/timers/garbage-collection/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/rip/timers/garbage-collection/node.def b/templates/protocols/rip/timers/garbage-collection/node.def
index b482ded1..a88d2324 100644
--- a/templates/protocols/rip/timers/garbage-collection/node.def
+++ b/templates/protocols/rip/timers/garbage-collection/node.def
@@ -1,6 +1,6 @@
type: u32
default: 120
-help: Set garbage collection timer
+help: Garbage collection timer
syntax:expression: $VAR(@) >= 5 && $VAR(@) <= 2147483647; \
"Garbage collection timer must be between 5 and 2147483647"
val_help: u32:5-2147483647; Garbage colletion time (default 120)