diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-07 18:44:59 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-07 18:44:59 +0200 |
commit | ce924965043c24f07435af878eb036a18328d95e (patch) | |
tree | 486c8c6b599c69998f50db78014653bf6c32471d /bin | |
parent | 7aa9199e14714acbc4a4a70f002f6977e6eba548 (diff) |
efa: Use perldoc -F
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |