From 45e57061c4ad3d6b2d06ec2d0cd2929e23853ede Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 13 Jan 2009 15:26:32 +0000 Subject: Remove urpmi.recover from args.pm --- urpm/args.pm | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'urpm/args.pm') 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, - }, - ); -- cgit v1.2.1