summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-06-14 12:07:07 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-06-14 12:07:07 +0200
commit5519d29b4643973b3be06718f53590396ac595b7 (patch)
tree33e409a13c062e388d719a5aa9ef4b43a8ac530c
parentce924965043c24f07435af878eb036a18328d95e (diff)
efa: Refer to efa --help whin invoked with wrong arguments
-rwxr-xr-xbin/efa2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/efa b/bin/efa
index 24e687a..5b6dc84 100755
--- a/bin/efa
+++ b/bin/efa
@@ -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);
}