summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-10-06 16:09:13 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-10-06 16:09:13 +0000
commitbe52974b0147e2b798b9014eb1529711851f60e4 (patch)
treeb06331c0df8fa7aadb70ba34b9b8087f6c159c67 /urpm/args.pm
parente2641eb67b56720b97cd1f9bfdc6a9a7866c0736 (diff)
downloadurpmi-be52974b0147e2b798b9014eb1529711851f60e4.tar
urpmi-be52974b0147e2b798b9014eb1529711851f60e4.tar.gz
urpmi-be52974b0147e2b798b9014eb1529711851f60e4.tar.bz2
urpmi-be52974b0147e2b798b9014eb1529711851f60e4.tar.xz
urpmi-be52974b0147e2b798b9014eb1529711851f60e4.zip
what mdkonline really want, is that gurpmi/gurpmi2 handles --replacefiles
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index 6af01d4b..2e590b23 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -410,7 +410,7 @@ sub add_urpmf_parameter {
# common options setup
-foreach my $k ('allow-medium-change', 'auto', 'auto-select', 'force', 'expect-install!', 'justdb', 'no-priority-upgrade', 'noscripts', 'p', 'P', 'previous-priority-upgrade=s', 'root=s', 'test!', 'verify-rpm!', 'update')
+foreach my $k ('allow-medium-change', 'auto', 'auto-select', 'force', 'expect-install!', 'justdb', 'no-priority-upgrade', 'noscripts', 'replacefiles', 'p', 'P', 'previous-priority-upgrade=s', 'root=s', 'test!', 'verify-rpm!', 'update')
{
$options_spec{gurpmi}{$k} = $options_spec{urpmi}{$k};
}