aboutsummaryrefslogtreecommitdiffstats
path: root/performance_check
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-02 00:38:48 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-02 00:39:01 +0100
commitbc6403708cb0c34e684f3b88701c7534837a2581 (patch)
treeb434cbded1445d7296c8c1f62dc536a19917dbdc /performance_check
parent2fd5a43f6756584958b369553906ca74e7085436 (diff)
downloadqpdf-bc6403708cb0c34e684f3b88701c7534837a2581.tar.zst
Update performance check to use newer --help
Diffstat (limited to 'performance_check')
-rwxr-xr-xperformance_check2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance_check b/performance_check
index b8f7905a..29036b16 100755
--- a/performance_check
+++ b/performance_check
@@ -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)
{