diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-07 17:22:30 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-07 17:22:30 +0000 |
commit | 9454a369c8700f45633c466b9edfd84be194f954 (patch) | |
tree | f88968fdd32d6cd06b2f757d3ca8cddf06d83613 /urpmi.bash-completion | |
parent | 44f589ba23b45894a5e4b9876a68159f7ff3b2bc (diff) | |
download | urpmi-9454a369c8700f45633c466b9edfd84be194f954.tar urpmi-9454a369c8700f45633c466b9edfd84be194f954.tar.gz urpmi-9454a369c8700f45633c466b9edfd84be194f954.tar.bz2 urpmi-9454a369c8700f45633c466b9edfd84be194f954.tar.xz urpmi-9454a369c8700f45633c466b9edfd84be194f954.zip |
Remove --X from bash completion
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 8f2230cf..ab4f6b53 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -91,7 +91,7 @@ _urpmi() --split-length --fuzzy --src --install-src --clean \ --noclean --force --allow-nodeps --allow-force --parallel \ --wget --curl --limit-rate --proxy --proxy-user --bug \ - --env --X --best-output --verify-rpm --no-verify-rpm \ + --env --verify-rpm --no-verify-rpm \ --test --excludepath --excludedocs --root --norebuild \ --searchmedia' -- $cur ) ) else |