diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-14 12:07:07 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-14 12:07:07 +0200 |
commit | 5519d29b4643973b3be06718f53590396ac595b7 (patch) | |
tree | 33e409a13c062e388d719a5aa9ef4b43a8ac530c /bin | |
parent | ce924965043c24f07435af878eb036a18328d95e (diff) |
efa: Refer to efa --help whin invoked with wrong arguments
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); } |