diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-06 11:24:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-06 11:24:33 +0000 |
commit | 4694b225b75f066ca3547d633371991d32afdfe2 (patch) | |
tree | c496f41721570a2e31889dd6ddf8fff3d694eb91 /urpm/args.pm | |
parent | 0e6d15ea2ae57afbd13a07a3a435f2b76e85a559 (diff) | |
download | urpmi-4694b225b75f066ca3547d633371991d32afdfe2.tar urpmi-4694b225b75f066ca3547d633371991d32afdfe2.tar.gz urpmi-4694b225b75f066ca3547d633371991d32afdfe2.tar.bz2 urpmi-4694b225b75f066ca3547d633371991d32afdfe2.tar.xz urpmi-4694b225b75f066ca3547d633371991d32afdfe2.zip |
Drop the urpmq --headers options (and the requirement on rpmtools). It
was only used by the late rpminst.
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 2a1be88f..fca6bb0e 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -213,7 +213,6 @@ my %options_spec = ( 'list-aliases' => \$options{list_aliases}, 'dump-config' => \$options{dump_config}, 'src|s' => \$options{src}, - headers => \$options{headers}, sources => \$options{sources}, force => \$options{force}, 'skip=s' => \$options{skip}, |