From ac88d0d103bc43637ce9c2cf6aadcfecc838d34e Mon Sep 17 00:00:00 2001 From: Moritz Schlarb Date: Thu, 12 Jan 2017 23:38:54 +0100 Subject: Fix help string for show_services --- bin/ura-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)} ); } -- cgit v1.2.3