From e6326641304ccb047ce8a624f4847149d29de90d Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 19 Oct 2005 17:13:42 +0000 Subject: Fix --qf option parsing --- urpm/args.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm') diff --git a/urpm/args.pm b/urpm/args.pm index 3d0292bb..e6274341 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -154,7 +154,7 @@ my %options_spec = ( #- Remove default tag in front if --name is explicitly given $::qf =~ s/^%default:?//; }, - qf => \$::qf, + 'qf=s' => \$::qf, 'uniq|u' => \$::uniq, 'verbose|v' => \$::verbose, m => add_param_closure('media'), -- cgit v1.2.1