diff options
author | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 15:52:43 -0800 |
---|---|---|
committer | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 15:52:43 -0800 |
commit | a14a495bec300781d2e1fe20fe3e7864985f2bca (patch) | |
tree | 90c34ce84c031cea9f6e3ad1b19c94e5cc8811ab /templates/protocols/static/route | |
parent | 29e2bf6a5282267867505edb194a4c0b09a9b8a7 (diff) | |
download | vyatta-cfg-quagga-a14a495bec300781d2e1fe20fe3e7864985f2bca.tar.gz vyatta-cfg-quagga-a14a495bec300781d2e1fe20fe3e7864985f2bca.zip |
added required keyword to help text.
Diffstat (limited to 'templates/protocols/static/route')
-rw-r--r-- | templates/protocols/static/route/node.tag/next-hop/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/static/route/node.tag/next-hop/node.def b/templates/protocols/static/route/node.tag/next-hop/node.def index 943857f8..f3119da1 100644 --- a/templates/protocols/static/route/node.tag/next-hop/node.def +++ b/templates/protocols/static/route/node.tag/next-hop/node.def @@ -1,6 +1,6 @@ tag: type: ipv4 -help: Set the next-hop router +help: Set the next-hop router [REQUIRED] end: if [[ -z "$VAR(./disable)" ]] then |