summaryrefslogtreecommitdiffstats
path: root/urpm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-06-13 02:22:11 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-06-13 02:22:11 +0000
commit28284221f191085de15e68ad37609f598984819a (patch)
tree5cf503c513ba64115cd86b5d86fee7b76031ec28 /urpm
parentd6e0df002cc316ad44df035b96a9621494187136 (diff)
downloadurpmi-28284221f191085de15e68ad37609f598984819a.tar
urpmi-28284221f191085de15e68ad37609f598984819a.tar.gz
urpmi-28284221f191085de15e68ad37609f598984819a.tar.bz2
urpmi-28284221f191085de15e68ad37609f598984819a.tar.xz
urpmi-28284221f191085de15e68ad37609f598984819a.zip
Document --summary option to urpmq.
Add -S as an alias for --summary.
Diffstat (limited to 'urpm')
-rw-r--r--urpm/args.pm2
1 files changed, 1 insertions, 1 deletions
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},