diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-06 16:09:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-06 16:09:13 +0000 |
commit | be52974b0147e2b798b9014eb1529711851f60e4 (patch) | |
tree | b06331c0df8fa7aadb70ba34b9b8087f6c159c67 /urpm/args.pm | |
parent | e2641eb67b56720b97cd1f9bfdc6a9a7866c0736 (diff) | |
download | urpmi-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.pm | 2 |
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}; } |