From 75ec625408bb89714b2beffb6c69f68e1a942367 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 25 Nov 2004 09:31:55 +0000 Subject: Document the new --searchmedia option, and add it in bash completion --- urpmi.bash-completion | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'urpmi.bash-completion') diff --git a/urpmi.bash-completion b/urpmi.bash-completion index fb5dd51a..02ba8a86 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -92,7 +92,8 @@ _urpmi() --noclean --force --allow-nodeps --allow-force --parallel \ --wget --curl --limit-rate --proxy --proxy-user --bug \ --env --X --best-output --verify-rpm --no-verify-rpm \ - --test --excludepath --excludedocs --root --norebuild' -- $cur ) ) + --test --excludepath --excludedocs --root --norebuild \ + --searchmedia' -- $cur ) ) else # return available packages (unless it is clearly a file) and rpm files if [[ "$cur" != */* ]]; then @@ -132,7 +133,7 @@ _urpmq() --list --list-url --list-media --list-nodes --list-aliases \ --src --headers --sources --force --parallel --wget --curl \ --changelog --proxy --proxy-user --env --dump-config \ - --use-distrib ' -- $cur)) + --use-distrib --searchmedia' -- $cur)) else # return available packages (unless it is clearly a file) and rpm files if [[ "$cur" != */* ]]; then -- cgit v1.2.1