From c0235444db86ad87bf1f7ed404bb85df19c3e760 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 25 Feb 2008 14:19:36 +0000 Subject: - urpmq: o add --conflicts --- 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 7505e1e0..158f78f3 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -230,6 +230,7 @@ my %options_spec = ( keep => \$options{keep}, list => \$options{list}, changelog => \$options{changelog}, + conflicts => \$options{conflicts}, provides => \$options{provides}, sourcerpm => \$options{sourcerpm}, 'summary|S' => \$options{summary}, -- cgit v1.2.1