summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-10-29 16:33:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-10-29 16:33:26 +0000
commit5e10932dd221d5ff4033337baee57b3e630946ba (patch)
treeb2b6d75f975833214213626ab89b1f39a666c4fa /urpm/args.pm
parentdbfc6fa31b17191bc618727a2752ceab163ab4bb (diff)
downloadurpmi-5e10932dd221d5ff4033337baee57b3e630946ba.tar
urpmi-5e10932dd221d5ff4033337baee57b3e630946ba.tar.gz
urpmi-5e10932dd221d5ff4033337baee57b3e630946ba.tar.bz2
urpmi-5e10932dd221d5ff4033337baee57b3e630946ba.tar.xz
urpmi-5e10932dd221d5ff4033337baee57b3e630946ba.zip
drop obsolete stuff
it should have been dropped in commit: : r14827 | rgarciasuarez | 2005-02-17 16:01:39 +0100 (Thu, 17 Feb 2005) | 2 lines : Remove obsoleted and broken --distrib-XXX command-line option
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index e5db95a3..5a6ff129 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -345,7 +345,6 @@ my %options_spec = (
'mirrorlist:s' => sub { $options{mirrorlist} = $_[1] || '$MIRRORLIST' },
interactive => sub { $options{interactive} = 1 },
'all-media' => sub { $options{allmedia} = 1 },
- 'from=s' => \$options{mirrors_url},
virtual => \$options{virtual},
nopubkey => \$options{nopubkey},
raw => \$options{raw},