summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index fa6f1d83..9a1c7e81 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -319,6 +319,7 @@ my %options_spec = (
'urpmi.recover' => {
'list=s' => \$::listdate,
'list-all' => sub { $::listdate = -1 },
+ 'list-safe' => sub { $::listdate = 'checkpoint' },
checkpoint => \$::do_checkpoint,
'rollback=s' => \$::rollback,
noclean => \$::noclean,