From 7e2299f923c8c12f6440fda30dfd68690274af8e Mon Sep 17 00:00:00 2001 From: marschap Date: Sun, 16 Oct 2005 14:20:42 +0000 Subject: [PATCH] make lcdmetar.pl podchecker-clean --- clients/metar/lcdmetar.pl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/clients/metar/lcdmetar.pl b/clients/metar/lcdmetar.pl index 845b7a0..fae8a18 100755 --- a/clients/metar/lcdmetar.pl +++ b/clients/metar/lcdmetar.pl @@ -24,6 +24,8 @@ and displays them via LCDproc (http://lcdproc.omnipotent.net/) =head1 OPTIONS +=over 4 + =item B The METAR code related of the city you want weather observations. @@ -39,8 +41,12 @@ For fun, here are some example METAR codes: More informations about METAR codes is available at: http://www.nws.noaa.gov/oso/oso1/oso12/metar.htm +=back + =head1 DIAGNOSTICS +=over 4 + =item Cannot connect to LCDproc port By default, lcdMetar tries to connect to localhost port 13666. If you get this @@ -57,6 +63,8 @@ The METAR data we received is not what we expected, check out NOOA's web site lcdMetar tried to fetch weather observations from NOAA's web site and failed. It will retry in 15 minutes. +=back + =head1 REQUIRES Perl 5.004, Geo::METAR, LWP::Simple;