From 1a86e15787cdda44b8702895bb97acf107ef3a07 Mon Sep 17 00:00:00 2001
From: Stephen Hemminger <stephen.hemminger@vyatta.com>
Date: Fri, 16 Jul 2010 15:05:01 -0700
Subject: Use val_help: for address nodes

Use common format for address nodes
---
 templates/interfaces/bridge/node.tag/address/node.def | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

(limited to 'templates/interfaces/bridge')

diff --git a/templates/interfaces/bridge/node.tag/address/node.def b/templates/interfaces/bridge/node.tag/address/node.def
index 7278df30..7a9382b7 100644
--- a/templates/interfaces/bridge/node.tag/address/node.def
+++ b/templates/interfaces/bridge/node.tag/address/node.def
@@ -17,8 +17,6 @@ delete:
       sudo /opt/vyatta/sbin/vyatta-interfaces.pl --eth-addr-delete $VAR(@) --dev $VAR(../@)
   fi
 allowed: echo "dhcp <>"
-comp_help:Possible completions:
-  <x.x.x.x/x>		Set the IP address and prefix length
-  <h:h:h:h:h:h:h:h/x>   Set the IPv6 address and prefix length
-  dhcp                  Set the IP address and prefix length via DHCP
-
+val_help:<x.x.x.x/x>; IP address and prefix length
+val_help:<h:h:h:h:h:h:h:h/x>; IPv6 address and prefix length
+val_help:dhcp; Dynamic Host Configuration Protocol
-- 
cgit v1.2.3