diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-16 18:11:39 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-16 18:11:39 -0700 |
commit | b292119dd94c8e93032147e3135b4bff17564ff4 (patch) | |
tree | b06b283f4e5f60db06df14f5e7aab263ff48ea9f /templates/system/static-host-mapping/host-name/node.def | |
parent | 1a86e15787cdda44b8702895bb97acf107ef3a07 (diff) | |
download | vyatta-cfg-quagga-b292119dd94c8e93032147e3135b4bff17564ff4.tar.gz vyatta-cfg-quagga-b292119dd94c8e93032147e3135b4bff17564ff4.zip |
Remove verbs from all help messages
Per current policy remove verb from all help messages in th is package
Diffstat (limited to 'templates/system/static-host-mapping/host-name/node.def')
-rw-r--r-- | templates/system/static-host-mapping/host-name/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system/static-host-mapping/host-name/node.def b/templates/system/static-host-mapping/host-name/node.def index edd286c8..04abf871 100644 --- a/templates/system/static-host-mapping/host-name/node.def +++ b/templates/system/static-host-mapping/host-name/node.def @@ -1,6 +1,6 @@ tag: type: txt -help: Set to map host name to address +help: Map host name to address syntax:expression: pattern $VAR(@) "^[[:alnum:]][-.[:alnum:]]*[[:alnum:]]$" ; "invalid host name $VAR(@)" |