mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Update performance check to use newer --help
This commit is contained in:
parent
2fd5a43f67
commit
bc6403708c
@ -129,7 +129,7 @@ print "\n";
|
||||
sub filter_args
|
||||
{
|
||||
my $args = shift;
|
||||
my $help = `$executable --help`;
|
||||
my $help = `$executable --help=all`;
|
||||
my $new_args = [];
|
||||
foreach my $arg (@$args)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user