diff options
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/args.pm | 1 |
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, |