summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm10
1 files changed, 0 insertions, 10 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index a9311223..315f2586 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -352,16 +352,6 @@ my %options_spec = (
'verify-rpm!' => sub { ${options}{'verify-rpm'} = $_[1] },
},
- 'urpmi.recover' => {
- 'list=s' => \$::listdate,
- 'list-all' => sub { $::listdate = -1 },
- 'list-safe' => sub { $::listdate = 'checkpoint' },
- checkpoint => \$::do_checkpoint,
- 'rollback=s' => \$::rollback,
- noclean => \$::noclean,
- disable => \$::disable,
- },
-
);
# generate urpmf options callbacks