diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-10 06:26:20 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-10 06:26:20 +0000 |
commit | c5b2e6f32bd19406c4b7f48a674062b585fa76e0 (patch) | |
tree | 99180b2d97a16894dc0efc0a70c495ef227a84f6 /templates/system/time-zone | |
parent | 6bc8b5bad9e4e82ec70a930067268f96b633d416 (diff) | |
download | vyatta-cfg-quagga-c5b2e6f32bd19406c4b7f48a674062b585fa76e0.tar.gz vyatta-cfg-quagga-c5b2e6f32bd19406c4b7f48a674062b585fa76e0.zip |
Fix Bug 3069 Help strings should be standardized
-help strings standardized in vyatta-cfg-system
Diffstat (limited to 'templates/system/time-zone')
-rw-r--r-- | templates/system/time-zone/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system/time-zone/node.def b/templates/system/time-zone/node.def index 450429d0..e271e3e6 100644 --- a/templates/system/time-zone/node.def +++ b/templates/system/time-zone/node.def @@ -1,5 +1,5 @@ type: txt -help: Configure local timezone +help: Set local timezone default: "GMT" update:expression: "LTF=\"/usr/share/zoneinfo\" && \ case \"$VAR(@)\" in \ |