From 86db34b5ca136bdf83ae1658e46e29305d06d151 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 14 Jan 2008 12:51:12 +0000 Subject: - urpmq: o add --sourcerpm --- urpm/args.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm') diff --git a/urpm/args.pm b/urpm/args.pm index 0181a544..56b744f2 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}, + sourcerpm => \$options{sourcerpm}, 'summary|S' => \$options{summary}, 'list-media:s' => sub { $options{list_media} = $_[1] || 'all' }, 'list-url' => \$options{list_url}, -- cgit v1.2.1