Skip to content

Commit

Permalink
increase the default number of completions to store for a prefix from…
Browse files Browse the repository at this point in the history
… 15 to 50
  • Loading branch information
rbuels committed Jan 7, 2013
1 parent 8a69a1a commit e27589e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/generate-names.pl
Expand Up @@ -31,7 +31,7 @@ =head1 OPTIONS
=item --completionLimit <number>
Maximum number of completions to store for a given prefix. Default 15.
Maximum number of completions to store for a given prefix. Default 50.
=item --verbose
Expand Down Expand Up @@ -80,7 +80,7 @@ =head1 OPTIONS
my $verbose = 0;
my $incremental;
my $help;
my $max_completions = 15;
my $max_completions = 50;
GetOptions("dir|out=s" => \$outDir,
"thresh=i" => \$thresh,
"completionLimit=i" => \$max_completions,
Expand Down

0 comments on commit e27589e

Please sign in to comment.