summaryrefslogtreecommitdiffstats
path: root/urpmi.bash-completion
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi.bash-completion')
-rw-r--r--urpmi.bash-completion4
1 files changed, 2 insertions, 2 deletions
diff --git a/urpmi.bash-completion b/urpmi.bash-completion
index d18cd124..2c48f487 100644
--- a/urpmi.bash-completion
+++ b/urpmi.bash-completion
@@ -234,9 +234,9 @@ _urpmi_addmedia()
if [[ "$cur" == -* ]]; then
# return list of available options
COMPREPLY=( $( compgen -W '-c -f -h -v -q --help --wget --curl \
- --limit-rate --proxy --proxy-user --update \
+ --limit-rate --proxy --proxy-user --update --raw \
--probe-synthesis --probe-hdlist --no-probe --distrib \
- --env --version --arch --virtual --norebuild' -- $cur ) )
+ --env --version --arch --virtual --norebuild --nopubkey' -- $cur ) )
else
# count number of mandatory args given sofar
args=$COMP_CWORD