From 9a34ae4f57612b13681b7dce6a730780f7521a3e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 11 Jul 2008 08:59:14 +0000 Subject: - urpme o add --justdb --- urpme | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpme') 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 -- cgit v1.2.1