X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fwcy.pl;h=9433fc75a5c32ad0cdef260e5049c568c9870d72;hb=097f2329b24fd3082e880e789f8a38224784b0e0;hp=d549154eb54bfeb930b0dfc86df022d5d79fd63d;hpb=b6fd93ded24e1e9dd485ef7254f2c7e938b21e93;p=spider.git diff --git a/cmd/show/wcy.pl b/cmd/show/wcy.pl index d549154e..9433fc75 100644 --- a/cmd/show/wcy.pl +++ b/cmd/show/wcy.pl @@ -29,7 +29,7 @@ while ($f = shift @f) { # next field $from = 1 unless $from; $to = 10 unless $to; -push @out, "Date Hour SFI A K Exp.K R SA GMF Aurora Logger"; +push @out, $self->msg('wcy3'); my @in = WCY::search($from, $to, $main::systime); for (@in) { push @out, WCY::print_item($_);