From 5519d29b4643973b3be06718f53590396ac595b7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 14 Jun 2009 12:07:07 +0200 Subject: efa: Refer to efa --help whin invoked with wrong arguments --- bin/efa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --to [other options]\n"; + print STDERR "Usage: see '$0 --help'\n"; exit(1); } -- cgit v1.2.3