From cd27423857677170b3a8d8305115e81495b1b094 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Thu, 27 Mar 2008 06:05:37 +0000 Subject: * fix 'loss_background' documentation. Reported by David Tomic. --niko --- lib/Smokeping.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/Smokeping.pm') diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index 1e90636..9ca6ccf 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -2954,10 +2954,13 @@ DOC _re_error => "color must be defined with in rrggbb syntax", _doc => "Paint the graph background in a special color when there is no data for this period because smokeping has not been running (#rrggbb)", }, - loss_background => { _doc => 'should the graphs be shown with a background showing loss data for emphasis (yes/no)', + loss_background => { _doc => < '(yes|no)', _re_error =>"this must either be 'yes' or 'no'", - _doc => "If this option is enabled, uptime data is no longer displayed in the graph background.", }, logarithmic => { _doc => 'should the graphs be shown in a logarithmic scale (yes/no)', _re => '(yes|no)', -- cgit v1.2.3-24-g4f1b