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/domain-search | |
parent | 1a86e15787cdda44b8702895bb97acf107ef3a07 (diff) | |
download | vyatta-cfg-system-b292119dd94c8e93032147e3135b4bff17564ff4.tar.gz vyatta-cfg-system-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/domain-search')
-rw-r--r-- | templates/system/domain-search/domain/node.def | 2 | ||||
-rw-r--r-- | templates/system/domain-search/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/system/domain-search/domain/node.def b/templates/system/domain-search/domain/node.def index 46248127..d455745b 100644 --- a/templates/system/domain-search/domain/node.def +++ b/templates/system/domain-search/domain/node.def @@ -1,6 +1,6 @@ multi: type: txt -help: Set DNS domain completion order +help: DNS domain completion order syntax:expression: pattern $VAR(@) "^[-a-zA-Z0-9.]+$" ; "invalid domain name $VAR(@)" create:expression: "sudo /opt/vyatta/sbin/vyatta_update_resolv.pl" delete:expression: "sudo /opt/vyatta/sbin/vyatta_update_resolv.pl" diff --git a/templates/system/domain-search/node.def b/templates/system/domain-search/node.def index 49c7d171..4bc32c52 100644 --- a/templates/system/domain-search/node.def +++ b/templates/system/domain-search/node.def @@ -1,2 +1,2 @@ priority: 400 -help: Set Domain Name Server (DNS) domain completion order +help: Domain Name Server (DNS) domain completion order |