diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-10-18 11:58:10 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-10-18 11:58:10 +0000 |
commit | c595ce9dbea93ae01bdde054c71b13eb24874495 (patch) | |
tree | a07de3da7cb61e10d2ee1aaba2bb1e2d43acf9a0 /urpmi.bash-completion | |
parent | 7794bfa7c8482bdd653bc06291ea5323b74de346 (diff) | |
download | urpmi-c595ce9dbea93ae01bdde054c71b13eb24874495.tar urpmi-c595ce9dbea93ae01bdde054c71b13eb24874495.tar.gz urpmi-c595ce9dbea93ae01bdde054c71b13eb24874495.tar.bz2 urpmi-c595ce9dbea93ae01bdde054c71b13eb24874495.tar.xz urpmi-c595ce9dbea93ae01bdde054c71b13eb24874495.zip |
Forgot to add the new options to 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 c79477f1..a0a436fb 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -102,7 +102,7 @@ _urpmi() --excludedocs --searchmedia --ignoresize --ignorearch \ --strict-arch --wget-options --curl-options --prozilla-options \ --rsync-options --resume --retry --skip --nolock \ - --more-choices' -- $cur ) ) + --more-choices --no-md5sum --force-key' -- $cur ) ) # add dangereous option for everything else as rurpmi if [[ ${COMP_WORDS[0]} != *rurpmi ]]; then COMPREPLY=( $( compgen -W '${COMPREPLY[@]} --root \ |