From 28284221f191085de15e68ad37609f598984819a Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 13 Jun 2005 02:22:11 +0000 Subject: Document --summary option to urpmq. Add -S as an alias for --summary. --- 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 9bb3f111..9ed610a5 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -194,7 +194,7 @@ my %options_spec = ( keep => \$options{keep}, list => \$options{list}, changelog => \$options{changelog}, - summary => \$options{summary}, + 'summary|S' => \$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