diff --git a/bin/pt-show-grants b/bin/pt-show-grants index 3bb1f3b8..6ed1f907 100755 --- a/bin/pt-show-grants +++ b/bin/pt-show-grants @@ -1595,7 +1595,7 @@ sub main { # ######################################################################## # Get configuration information. # ######################################################################## - my $o = new OptionParser(); + my $o = OptionParser->new(); $o->get_specs(); $o->get_opts();