X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fwwv.pl;h=07a0259a34af5939b10a3d223f1fd763a4e31bba;hb=8942c27356acc5d5f5a20134461bcf7e6bd6a044;hp=e010972604ce738f5e05ebe74fdfbf07b353eb64;hpb=9c23c26e9c317f924994e1fead122708d3369091;p=spider.git diff --git a/cmd/show/wwv.pl b/cmd/show/wwv.pl index e0109726..07a0259a 100644 --- a/cmd/show/wwv.pl +++ b/cmd/show/wwv.pl @@ -28,7 +28,7 @@ while ($f = shift @f) { # next field $to = 10 if !$to; -push @out, "Date Hour SFI K A Forecast Logger"; +push @out, "Date Hour SFI A K Forecast Logger"; my @in = Geomag::search($from, $to, $main::systime); for (@in) { push @out, Geomag::print_item($_);