OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
bc6403708cb0c34e684f3b88701c7534837a2581
Authored by
Jay Berkenbilt
2022-02-01 18:38:48 -0500
1 parent
2fd5a43f
Update performance check to use newer --help
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
performance_check
performance_check
View file @
bc64037
...
...
@@ -129,7 +129,7 @@ print "\n";
129
129
sub filter_args
130
130
{
131
131
my $args = shift;
132
- my $help = `$executable --help
`;
132
+ my $help = `$executable --help
=all
`;
133
133
my $new_args = [];
134
134
foreach my $arg (@$args)
135
135
{
...
...