diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-06-15 10:36:18 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-06-15 10:36:18 +0200 |
commit | 38f537bf597c492371fdffc243687290b2ebaafe (patch) | |
tree | e446b318a4297a5bba821a90f77ff809e63eedc7 /lib/Travelynx/Command/dumpstops.pm | |
parent | 84a3d282c13c26bd87c8fea3a5b5ffd52dd97887 (diff) |
Use hafas=DB rather than hafas=12.6.22
Diffstat (limited to 'lib/Travelynx/Command/dumpstops.pm')
-rw-r--r-- | lib/Travelynx/Command/dumpstops.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Command/dumpstops.pm b/lib/Travelynx/Command/dumpstops.pm index e6740ec..c8ecd7a 100644 --- a/lib/Travelynx/Command/dumpstops.pm +++ b/lib/Travelynx/Command/dumpstops.pm @@ -8,7 +8,7 @@ use Mojo::Base 'Mojolicious::Command'; use List::Util qw(); use Text::CSV; -has description => 'Export HAFAS/IRIS stops to CSV'; +has description => 'Export known stops to CSV'; has usage => sub { shift->extract_usage }; |