From c5b2e6f32bd19406c4b7f48a674062b585fa76e0 Mon Sep 17 00:00:00 2001 From: Mohit Mehta Date: Thu, 10 Apr 2008 06:26:20 +0000 Subject: Fix Bug 3069 Help strings should be standardized -help strings standardized in vyatta-cfg-system --- templates/system/static-host-mapping/host-name/node.def | 2 +- templates/system/static-host-mapping/host-name/node.tag/alias/node.def | 2 +- templates/system/static-host-mapping/host-name/node.tag/inet/node.def | 2 +- templates/system/static-host-mapping/node.def | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/system/static-host-mapping') diff --git a/templates/system/static-host-mapping/host-name/node.def b/templates/system/static-host-mapping/host-name/node.def index 99f66fb7..189025e3 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: Map DNS names to system interfaces +help: Set to map DNS names to system interfaces syntax:expression: pattern $VAR(@) "^[-a-zA-Z0-9.]+$" ; "invalid host name $VAR(@)" commit:expression: $VAR(./inet) != ""; "IP address for the static mapping must be set" end:expression: "sudo sh -c \"\ diff --git a/templates/system/static-host-mapping/host-name/node.tag/alias/node.def b/templates/system/static-host-mapping/host-name/node.tag/alias/node.def index 2f340fc7..7b07ff1a 100644 --- a/templates/system/static-host-mapping/host-name/node.tag/alias/node.def +++ b/templates/system/static-host-mapping/host-name/node.tag/alias/node.def @@ -1,3 +1,3 @@ multi: type: txt -help: Alias for this address +help: Set alias for this address diff --git a/templates/system/static-host-mapping/host-name/node.tag/inet/node.def b/templates/system/static-host-mapping/host-name/node.tag/inet/node.def index 727c0411..dff601a5 100644 --- a/templates/system/static-host-mapping/host-name/node.tag/inet/node.def +++ b/templates/system/static-host-mapping/host-name/node.tag/inet/node.def @@ -1,2 +1,2 @@ type: ipv4 -help: Internet address +help: Set Internet address diff --git a/templates/system/static-host-mapping/node.def b/templates/system/static-host-mapping/node.def index e72527ae..0eeace02 100644 --- a/templates/system/static-host-mapping/node.def +++ b/templates/system/static-host-mapping/node.def @@ -1 +1 @@ -help: Map DNS names to system interfaces +help: Set to map DNS names to system interfaces -- cgit v1.2.3