fix info xxxx
authorDirk Koopman <djk@tobit.co.uk>
Sat, 30 May 2020 17:04:36 +0000 (18:04 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sat, 30 May 2020 17:04:36 +0000 (18:04 +0100)
cmd/show/dx.pl

index 174071f8bc3b8f20edf2262ca912974ba0e4b228..e3173bfd11c7b8f6c5f85874f8f41f5fc6e5e27f 100644 (file)
@@ -88,7 +88,7 @@ sub handle
                        dbg("sh/dx qra") if isdbg('sh/dx');
                        next;
                }
-               if (grep {lc $f eq $_} qw(zone byzone by_zone itu byitu by_itu state bystate by_state on) ) {
+               if (grep {lc $f eq $_} qw(zone byzone by_zone itu byitu by_itu state bystate by_state info on) ) {
                        $f =~ s/^by(\w)/by_$1/;
                        push @flist, $f;
                        push @flist, shift @list if @list;