From bf4d05fe4642876a309f47c0bc9bb3fddf146035 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 15 Oct 2004 14:03:09 +0000 Subject: New flags for urpmq bash completion --- urpmi.bash-completion | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'urpmi.bash-completion') diff --git a/urpmi.bash-completion b/urpmi.bash-completion index 4c664078..7978bc33 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -131,7 +131,8 @@ _urpmq() --sortmedia --synthesis --auto-select --fuzzy --keep \ --list --list-url --list-media --list-nodes --list-aliases \ --src --headers --sources --force --parallel --wget --curl \ - --changelog --proxy --proxy-user --env ' -- $cur)) + --changelog --proxy --proxy-user --env --dump-config \ + --use-distrib ' -- $cur)) else # return available packages (unless it is clearly a file) and rpm files if [[ "$cur" != */* ]]; then -- cgit v1.2.1