Commit 5519d29b authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

efa: Refer to efa --help whin invoked with wrong arguments

parent ce924965
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ unless (@from and @to) {
}

unless (@to == 2 and @from == 2) {
	print STDERR "Usage: efa --from <city> <stop> --to <city> <stop> [other options]\n";
	print STDERR "Usage: see '$0 --help'\n";
	exit(1);
}