From b058e19bd142b9ee39fab9e790852959d6244b77 Mon Sep 17 00:00:00 2001 From: minima Date: Sat, 9 Jun 2001 19:38:52 +0000 Subject: [PATCH] add route to show/filter --- cmd/show/filter.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/show/filter.pl b/cmd/show/filter.pl index 081ac02e..f1522c35 100644 --- a/cmd/show/filter.pl +++ b/cmd/show/filter.pl @@ -24,7 +24,7 @@ my @in; if (@f) { push @in, @f; } else { - push @in, qw(ann spots wcy wwv); + push @in, qw(route ann spots wcy wwv); } my $sort; -- 2.34.1