From 9a31bad5b2a21cdd54e4196573c799aebdbf17ee Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 7 Sep 2016 09:39:28 +0200 Subject: ura-m: Remove -L shortcut for --list --- bin/ura-m | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/ura-m b/bin/ura-m index f04f3bc..76b05c8 100755 --- a/bin/ura-m +++ b/bin/ura-m @@ -32,13 +32,13 @@ GetOptions( 'F|strfrel=s' => \$strfrel_format, 'h|help' => sub { show_help(0) }, 'l|line=s@' => \@grep_lines, - 'L|list' => \$list_services, 'o|output=s@' => \@edata_pre, 'p|with-past' => sub { $hide_past = 0 }, 's|service=s' => \$service, 'v|via=s' => \$via, 'V|version' => \&show_version, 'devmode' => \$developer_mode, + 'list' => \$list_services, 'ura-base=s' => \$ura_base, 'ura-version=s' => \$ura_version, @@ -320,9 +320,9 @@ See DateTime::Format::Duration(3pm) for allowed patterns. Limit output to departures of I (comma-separated list of line names, may be used multiple times). -=item B<-L>, B<--list> +=item B<--list> -List supported URA services wit their URLs (see B<--ura-base>) and +List supported URA services with their URLs (see B<--ura-base>) and abbreviations (see B<-s>). =item B<-o>, B<--output> I @@ -380,7 +380,7 @@ route output of B<-oa>, B<-ob>, B<-of>. =item B<-s>, B<--service> I Request departures for URA instance I, e.g. ASEAG (Aachen, Germany) -or TfL (London, UK). Use B<-L> to get a list of supported URA instances. +or TfL (London, UK). Use B<--list> to get a list of supported URA instances. =item B<-v>, B<--via> I @@ -393,11 +393,11 @@ Show version information. =item B<--ura-base> I Set URA base to I, defaults to C<< http://ivu.aseag.de/interfaces/ura >>. -See also B<-L> and B<-s>. +See also B<--list> and B<-s>. =item B<--ura-version> I -Set URA version to I, defaults to C<< 1 >>. +Set URA API version to I, defaults to C<< 1 >>. =back -- cgit v1.2.3