summaryrefslogtreecommitdiffstats
path: root/urpmi
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 /urpmi
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 'urpmi')
-rwxr-xr-xurpmi4
1 files changed, 2 insertions, 2 deletions
diff --git a/urpmi b/urpmi
index 03e145de..4dddb535 100755
--- a/urpmi
+++ b/urpmi
@@ -47,7 +47,6 @@ our $parallel = '';
our $env = '';
our $WID = 0;
our $test = 0;
-our $skip = '';
our $root = '';
our $all = 0;
our $rpm_opt = "vh";
@@ -124,6 +123,7 @@ usage:
") . N(" --test - verify if the installation can be achieved correctly.
") . N(" --excludepath - exclude path separated by comma.
") . N(" --excludedocs - exclude docs files.
+") . N(" --skip - packages which installation should be skipped
") . N(" -a - select all matches on command line.
") . N(" -p - allow search in provides to find package.
") . N(" -P - do not search in provides to find package.
@@ -320,7 +320,7 @@ $urpm->configure(nocheck_access => $env || $uid > 0,
sortmedia => $sortmedia,
synthesis => $synthesis,
update => $update,
- skip => $skip,
+ skip => $urpm::options::{skip},
root => $root,
bug => $bug,
parallel => $parallel,