diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |