diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-23 13:55:06 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-23 13:55:06 +0000 |
commit | fce61a8048ce5eec6e00da0c8c9dc86a57b29820 (patch) | |
tree | 95d812917aa6ed03df6eeb5f6d2b4e808f890998 /urpm/args.pm | |
parent | b9105c97f62eccf24da26fe50657cc432058d46e (diff) | |
download | urpmi-fce61a8048ce5eec6e00da0c8c9dc86a57b29820.tar urpmi-fce61a8048ce5eec6e00da0c8c9dc86a57b29820.tar.gz urpmi-fce61a8048ce5eec6e00da0c8c9dc86a57b29820.tar.bz2 urpmi-fce61a8048ce5eec6e00da0c8c9dc86a57b29820.tar.xz urpmi-fce61a8048ce5eec6e00da0c8c9dc86a57b29820.zip |
New urpmi.recover option: --list-safe
Diffstat (limited to 'urpm/args.pm')
-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, |