Skip to content

Commit

Permalink
Increase the width of the spectest progress graph
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Lenz <moritz@faui2k3.org>
  • Loading branch information
snarkyboojum authored and moritz committed Jun 18, 2010
1 parent efcf64d commit 3da39cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/progress-graph.pl
Expand Up @@ -48,7 +48,7 @@ =head1 DESCRIPTION

use constant MAX_COL => 9;

my $size = '800x500';
my $size = '850x500';

GetOptions
'size=s' => \$size,
Expand Down Expand Up @@ -123,7 +123,7 @@ sub usage {
Usage:
$0 [--size XXXxYYY] [data_file [output_file]]
Options
--size Size of the output image, default is 600x400
--size Size of the output image, default is 850x500
USAGE
exit 1;
}
Expand Down

0 comments on commit 3da39cf

Please sign in to comment.