diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-19 17:13:42 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-19 17:13:42 +0000 |
commit | e6326641304ccb047ce8a624f4847149d29de90d (patch) | |
tree | f64092c81fd95ce47bcf39ffc1175264656a59e7 /urpm/args.pm | |
parent | 2e2c468fc4e77a62942d73702712bf68c1be3a1f (diff) | |
download | urpmi-e6326641304ccb047ce8a624f4847149d29de90d.tar urpmi-e6326641304ccb047ce8a624f4847149d29de90d.tar.gz urpmi-e6326641304ccb047ce8a624f4847149d29de90d.tar.bz2 urpmi-e6326641304ccb047ce8a624f4847149d29de90d.tar.xz urpmi-e6326641304ccb047ce8a624f4847149d29de90d.zip |
Fix --qf option parsing
Diffstat (limited to 'urpm/args.pm')
-rw-r--r-- | urpm/args.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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'), |