From 1015446c571e56ec6a5b0f1aae497cbcf3fe6ef9 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 8 Feb 2006 15:11:47 +0000 Subject: Get rid of message() function --- urpm/args.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/args.pm') diff --git a/urpm/args.pm b/urpm/args.pm index a9010fe9..1acf0640 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -72,7 +72,7 @@ my %options_spec = ( 'no-remove|no-uninstall' => \$::no_remove, 'no-install|noinstall' => \$::no_install, keep => sub { $urpm->{options}{keep} = 1 }, - logfile => \$::logfile, + 'logfile=s' => \$::logfile, 'split-level=s' => sub { $urpm->{options}{'split-level'} = $_[1] }, 'split-length=s' => sub { $urpm->{options}{'split-length'} = $_[1] }, 'fuzzy!' => sub { $urpm->{options}{fuzzy} = $_[1] }, -- cgit v1.2.1