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 /urpmi.bash-completion | |
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 'urpmi.bash-completion')
-rw-r--r-- | urpmi.bash-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.bash-completion b/urpmi.bash-completion index eeccf144..53c0c5e9 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -134,7 +134,7 @@ _urpmq() -r -f -h -l --help --update --media --excludemedia \ --sortmedia --synthesis --auto-select --fuzzy --keep \ --list --list-url --list-media --list-nodes --list-aliases \ - --src --headers --sources --force --parallel --wget --curl \ + --src --sources --force --parallel --wget --curl \ --changelog --proxy --proxy-user --env --dump-config \ --use-distrib --searchmedia' -- $cur)) else |