summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm11
1 files changed, 0 insertions, 11 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index 5a6ff129..7ff1d023 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -349,17 +349,6 @@ my %options_spec = (
nopubkey => \$options{nopubkey},
raw => \$options{raw},
},
-
- '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,
- },
-
);