summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-07-11 08:59:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-07-11 08:59:14 +0000
commit9a34ae4f57612b13681b7dce6a730780f7521a3e (patch)
treec46211b5a4f0132db29e09955de54afded4dea05 /urpm/args.pm
parent7d3a43d3eba667ca4291238633f87c4f98535998 (diff)
downloadurpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.tar
urpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.tar.gz
urpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.tar.bz2
urpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.tar.xz
urpmi-9a34ae4f57612b13681b7dce6a730780f7521a3e.zip
- urpme
o add --justdb
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index a8b18e42..8ca1ad4c 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -410,7 +410,7 @@ foreach my $k ('allow-medium-change', 'auto', 'auto-select', 'force', 'expect-in
$options_spec{gurpmi2} = $options_spec{gurpmi};
foreach my $k ("test!", "force", "root=s", "use-distrib=s",
- 'repackage', 'noscripts', 'auto', 'auto-orphans',
+ 'repackage', 'noscripts', 'auto', 'auto-orphans', 'justdb',
"parallel=s")
{
$options_spec{urpme}{$k} = $options_spec{urpmi}{$k};