diff --git a/bin/efa b/bin/efa index 24e687ad900e11b8a0f47145575dd88ec101cd22..5b6dc847fe5239ffcaa0c4a7a2fcf9490e483495 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 --to [other options]\n"; + print STDERR "Usage: see '$0 --help'\n"; exit(1); }