diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-11 08:59:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-11 08:59:14 +0000 |
commit | 9a34ae4f57612b13681b7dce6a730780f7521a3e (patch) | |
tree | c46211b5a4f0132db29e09955de54afded4dea05 /urpm/args.pm | |
parent | 7d3a43d3eba667ca4291238633f87c4f98535998 (diff) | |
download | urpmi-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.pm | 2 |
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}; |