summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-01-13 08:39:36 +0100
committerDaniel Friesel <derf@finalrewind.org>2017-01-13 08:39:36 +0100
commitb28a532df5dcc52978ad3d4c5d18a8a305faaceb (patch)
treef41b18004c686e1671e42512be77a2a0cc5aa771
parent5b908496ced91b91bf03152ae2a4181d9debaa5d (diff)
parentac88d0d103bc43637ce9c2cf6aadcfecc838d34e (diff)
Merge branch 'fix-service-help' of https://github.com/moschlar/Travel-Status-DE-URA into moschlar-fix-service-help
-rwxr-xr-xbin/ura-m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ura-m b/bin/ura-m
index 09b9e7c..7ff4c65 100755
--- a/bin/ura-m
+++ b/bin/ura-m
@@ -109,7 +109,7 @@ sub show_help {
sub show_services {
my ($code) = @_;
- printf( "%-60s %-14s %s\n\n", 'service', 'abbr. (-s)', 'url (-u)' );
+ printf( "%-60s %-14s %s\n\n", 'service', 'abbr. (-s)', 'url (--ura-base)' );
for my $service ( Travel::Status::DE::URA::get_services() ) {
printf( "%-60s %-14s %s\n", @{$service}{qw(name shortname ura_base)} );
}