From 9fe33de81b7c4c7acc0cce5a45e751b631d53122 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 8 Jul 2008 14:12:17 +0000 Subject: - urpmi o handle --debug-librpm --- urpm/args.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm/args.pm') diff --git a/urpm/args.pm b/urpm/args.pm index d2493fcb..9626fc6b 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -50,6 +50,7 @@ my %options_spec_all = ( $options{verbose}++; $urpm->{debug} = $urpm->{debug_URPM} = sub { print STDERR "$_[0]\n" }; }, + 'debug-librpm' => sub { URPM::setVerbosity(7) }, # 7 == RPMLOG_DEBUG 'q|quiet' => sub { --$options{verbose} }, 'v|verbose' => sub { ++$options{verbose} }, 'urpmi-root=s' => sub { urpm::set_files($urpm, $_[1]) }, -- cgit v1.2.1