summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
Diffstat (limited to 'urpme')
-rw-r--r--urpme2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpme b/urpme
index aab72004..2550e889 100644
--- a/urpme
+++ b/urpme
@@ -52,6 +52,7 @@ usage:
") . N(" --repackage - Re-package the files before erasing
") . N(" --root - use another root for rpm removal.
") . N(" --urpmi-root - use another root for urpmi db & rpm installation.
+") . N(" --justdb - update only the rpm db, not the filesystem.
") . N(" --noscripts - do not execute package scriptlet(s).
") . N(" --use-distrib - configure urpme on the fly from a distrib tree, useful
to (un)install a chroot with --root option.
@@ -167,6 +168,7 @@ print $test ?
my %remove_options = (
test => $test,
force => $force,
+ justdb => $options{justdb},
urpm::install::options($urpm),
);
my @errors = $parallel