From 024ccd5158a02d0cf9185e6285f48231badb4e9c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 17 May 2009 10:38:37 +0200 Subject: efa: Added --help option --- bin/efa | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/efa b/bin/efa index 4d30bb5..6916644 100755 --- a/bin/efa +++ b/bin/efa @@ -116,6 +116,7 @@ GetOptions( 'debug' => \$debug, 'depart=s' => \$time_depart, 'from=s{2}' => \@from, + 'help' => sub {exec('perldoc', $0)}, 'ignore-info=s' => \$ignore_info, 'post=s' => \%post, 'restrict=s' => \$restrict, -- cgit v1.2.3