diff options
-rwxr-xr-x | ara.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ara.pl b/ara.pl index 16af5f9..5c30319 100755 --- a/ara.pl +++ b/ara.pl @@ -69,7 +69,7 @@ GetOptions( "hide=s{1,}" => \@to_hide, # Getopt::Long docs say that this is an # experimental feature with a warning. "show=s{1,}" => \@to_show, - "help", "h" => sub { HelpMessage() }, + "help|h" => sub { HelpMessage() }, ) or die "Error in command line arguments\n"; if ( $use_local_file |