diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-13 15:39:21 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-13 15:39:21 +0000 |
commit | 2b60c7d5ea047284ad108b08c19b59366ca5f0ed (patch) | |
tree | 62083644cd814852f3147c15e452a37fc7986c6d /urpm/args.pm | |
parent | d2a70455175fd164ebf8f6ac2f7574d1711f56d1 (diff) | |
download | urpmi-2b60c7d5ea047284ad108b08c19b59366ca5f0ed.tar urpmi-2b60c7d5ea047284ad108b08c19b59366ca5f0ed.tar.gz urpmi-2b60c7d5ea047284ad108b08c19b59366ca5f0ed.tar.bz2 urpmi-2b60c7d5ea047284ad108b08c19b59366ca5f0ed.tar.xz urpmi-2b60c7d5ea047284ad108b08c19b59366ca5f0ed.zip |
Remove the evil urpmf --quiet option
Diffstat (limited to 'urpm/args.pm')
-rw-r--r-- | urpm/args.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index 47306120..7d8b75b1 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -153,7 +153,6 @@ my %options_spec = ( obsoletes => \$::params{obsoletes}, packager => \$::params{packager}, provides => \$::params{provides}, - 'quiet|q' => \$::quiet, requires => \$::params{requires}, size => \$::params{size}, sourcerpm => \$::params{sourcerpm}, |