summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}