diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-25 17:59:18 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-25 17:59:18 +0000 |
commit | da3a66f47586b84b28b4ead0239f25218fd735a8 (patch) | |
tree | da33f8f9d1662d257f13355ef3629b739b8a4e81 /urpmi.bash-completion | |
parent | 8efdb18a2d30db87bec6df08110c1f806a65b9be (diff) | |
download | urpmi-da3a66f47586b84b28b4ead0239f25218fd735a8.tar urpmi-da3a66f47586b84b28b4ead0239f25218fd735a8.tar.gz urpmi-da3a66f47586b84b28b4ead0239f25218fd735a8.tar.bz2 urpmi-da3a66f47586b84b28b4ead0239f25218fd735a8.tar.xz urpmi-da3a66f47586b84b28b4ead0239f25218fd735a8.zip |
Add two new options in 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 2c48f487..eeccf144 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -92,7 +92,7 @@ _urpmi() --wget --curl --limit-rate --proxy --proxy-user --bug \ --env --verify-rpm --no-verify-rpm --no-install \ --test --excludepath --excludedocs --root --norebuild \ - --searchmedia' -- $cur ) ) + --searchmedia --noscripts --ignoresize' -- $cur ) ) else # return available packages (unless it is clearly a file) and rpm files if [[ "$cur" != */* ]]; then |