summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-01-13 15:26:32 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-01-13 15:26:32 +0000
commit45e57061c4ad3d6b2d06ec2d0cd2929e23853ede (patch)
tree80eff640e90c6117fb632aa642b5e5b39dcc83b7 /urpm/args.pm
parentb53d64fa87c3828ba6603a0e6d69461fa6bf3e46 (diff)
downloadurpmi-45e57061c4ad3d6b2d06ec2d0cd2929e23853ede.tar
urpmi-45e57061c4ad3d6b2d06ec2d0cd2929e23853ede.tar.gz
urpmi-45e57061c4ad3d6b2d06ec2d0cd2929e23853ede.tar.bz2
urpmi-45e57061c4ad3d6b2d06ec2d0cd2929e23853ede.tar.xz
urpmi-45e57061c4ad3d6b2d06ec2d0cd2929e23853ede.zip
Remove urpmi.recover from args.pm
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm11
1 files changed, 0 insertions, 11 deletions
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,
- },
-
);