summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf3
1 files changed, 1 insertions, 2 deletions
diff --git a/urpmf b/urpmf
index 3db657e2..d8d375fb 100755
--- a/urpmf
+++ b/urpmf
@@ -106,8 +106,7 @@ our $expr; # regexp to match against
our %uniq;
#- parse arguments list.
-my $urpm = new urpm;
-urpm::args::parse_cmdline(urpm => $urpm) or exit(1);
+my $urpm = urpm->new_parse_cmdline or exit(1);
defined $expr or usage();
if ($qf eq '%default') {