From ce924965043c24f07435af878eb036a18328d95e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 7 Jun 2009 18:44:59 +0200 Subject: efa: Use perldoc -F --- bin/efa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/efa b/bin/efa index 93c1d9c..24e687a 100755 --- a/bin/efa +++ b/bin/efa @@ -132,7 +132,7 @@ GetOptions( 'exclude=s' => \@exclude, 'from=s{2}' => \@from, 'from-type=s' => \$from_type, - 'help' => sub {exec('perldoc', $0)}, + 'help' => sub {exec('perldoc', '-F', $0)}, 'ignore-info=s{0,1}' => \$ignore_info, 'max-change=i' => \$maxinter, 'post=s' => \%post, -- cgit v1.2.3