diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-12-06 16:57:26 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-12-06 16:57:26 -0800 |
commit | dee593c9ea2ffac2717e871a0419a79250b6e011 (patch) | |
tree | 4afb02900c9a57b8d5ea297c912a7aacfb6c5aeb /templates/protocols/rip/timers | |
parent | 40b146d824f5887e9a0122e274b74befb954bced (diff) | |
download | vyatta-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.def | 2 |
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) |