diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-07-09 02:39:55 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-07-09 02:39:55 +0000 |
commit | 681523336efe2e0a5e68f31923cb11828546e58f (patch) | |
tree | 3752df0322bda9a0b6817b4984181794781f0be3 /urpm/args.pm | |
parent | 1a2f82179ceb05bce8a90651af85862ea574f3ce (diff) | |
download | urpmi-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/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 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] }, |