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, 11 insertions, 0 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index d5e584cc..76229cb7 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -351,6 +351,17 @@ 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,
+ },
+
);
eval