Skip to content
Snippets Groups Projects
Commit 5ece2d5f authored by Andy Yates's avatar Andy Yates
Browse files

Cannot have an alias for print and we never did

parent b48c591d
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ my $cli_helper = Bio::EnsEMBL::Utils::CliHelper->new();
# get the basic options for connecting to a database server
my $optsd = $cli_helper->get_dba_opts();
# add the print option
push( @{$optsd}, "print|p" );
push( @{$optsd}, "print" );
# process the command line with the supplied options plus a help subroutine
my $opts = $cli_helper->process_args( $optsd, \&usage );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment