diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-13 02:22:11 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-13 02:22:11 +0000 |
commit | 28284221f191085de15e68ad37609f598984819a (patch) | |
tree | 5cf503c513ba64115cd86b5d86fee7b76031ec28 /urpm/args.pm | |
parent | d6e0df002cc316ad44df035b96a9621494187136 (diff) | |
download | urpmi-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/args.pm')
-rw-r--r-- | urpm/args.pm | 2 |
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}, |