From da3a66f47586b84b28b4ead0239f25218fd735a8 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 25 Nov 2005 17:59:18 +0000 Subject: Add two new options in bash completion. --- urpmi.bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1