diff options
-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 \ |