From 78e0695c7fbb60fa5be32bb77c8fbf2fd0e6803f Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 14 Mar 2005 10:53:50 +0000 Subject: Add a --summary option to urpmq. Patch by Michael Scherer, slightly reworked (bug 14513) --- 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 84c62cfe..ffd1c426 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -190,6 +190,7 @@ my %options_spec = ( keep => \$options{keep}, list => \$options{list}, changelog => \$options{changelog}, + summary => \$options{summary}, 'list-media:s' => sub { $options{list_media} = $_[1] || 'all' }, 'list-url' => \$options{list_url}, 'list-nodes' => \$options{list_nodes}, -- cgit v1.2.1