2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-28 07:53:11 +00:00

Update performance check to use newer --help

This commit is contained in:
Jay Berkenbilt 2022-02-01 18:38:48 -05:00
parent 2fd5a43f67
commit bc6403708c

View File

@ -129,7 +129,7 @@ print "\n";
sub filter_args sub filter_args
{ {
my $args = shift; my $args = shift;
my $help = `$executable --help`; my $help = `$executable --help=all`;
my $new_args = []; my $new_args = [];
foreach my $arg (@$args) foreach my $arg (@$args)
{ {