diff --git a/bin/efa b/bin/efa index 29ab6342eca36c127a423a7901cc11c05810fa86..ca54b1800e7d9a82bbf41a2092a50cfd686a2abb 100755 --- a/bin/efa +++ b/bin/efa @@ -109,6 +109,10 @@ GetOptions( 'via=s{2}' => \@via, ); +unless (@from and @to) { + (@from[0,1], @to[0,1]) = @ARGV; +} + unless (@to == 2 and @from == 2) { print STDERR "Usage: efa --from --to [other options]\n"; exit(1); @@ -197,7 +201,13 @@ efa - unofficial efa.vrr.de command line client =head1 SYNOPSIS -B B<--from> I I B<--to> I I [ I ] +=over + +=item B B<--from> I I B<--to> I I [ I ] + +=item B [ I ] I I I I + +=back =head1 DESCRIPTION