summaryrefslogtreecommitdiffstats
path: root/urpm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-07-09 02:39:55 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-07-09 02:39:55 +0000
commit681523336efe2e0a5e68f31923cb11828546e58f (patch)
tree3752df0322bda9a0b6817b4984181794781f0be3 /urpm
parent1a2f82179ceb05bce8a90651af85862ea574f3ce (diff)
downloadurpmi-681523336efe2e0a5e68f31923cb11828546e58f.tar
urpmi-681523336efe2e0a5e68f31923cb11828546e58f.tar.gz
urpmi-681523336efe2e0a5e68f31923cb11828546e58f.tar.bz2
urpmi-681523336efe2e0a5e68f31923cb11828546e58f.tar.xz
urpmi-681523336efe2e0a5e68f31923cb11828546e58f.zip
Document the "skip" option. Remove obsolete code.
Diffstat (limited to 'urpm')
-rw-r--r--urpm/args.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index d9a58286..09d748d5 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -105,7 +105,7 @@ my %options_spec = (
},
'verify-rpm!' => sub { $urpm->{options}{'verify-rpm'} = $_[1] },
'test!' => \$::test,
- 'skip=s' => \$::skip,
+ 'skip=s' => \$options{skip},
'root=s' => \$::root,
'use-distrib=s' => \$::usedistrib,
'excludepath|exclude-path=s' => sub { $urpm->{options}{excludepath} = $_[1] },