From 00923f1878f8bdc6b81f8242659bc4249526a2b8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 25 Feb 2008 14:10:34 +0000 Subject: - urpmq: o --requires now display the raw requires, use --requires-recursive to get the old behaviour (#29176) --- urpm/args.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urpm') diff --git a/urpm/args.pm b/urpm/args.pm index 73665d9d..7505e1e0 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -245,8 +245,8 @@ my %options_spec = ( 'parallel=s' => \$options{parallel}, 'env=s' => \$options{env}, requires => sub { - $urpm->{error}("option --requires is deprecated, use --requires-recursive instead"); - $options{deps} = 1; + $urpm->{error}("--requires behaviour changed, use --requires-recursive to get the old behaviour"); + $options{requires} = 1; }, 'requires-recursive|d' => \$options{deps}, u => \$options{upgrade}, -- cgit v1.2.1