diff options
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 48d381fb..9d48c679 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -292,7 +292,7 @@ _urpmi_addmedia() 2) # return list of available protocols COMPREPLY=( $( compgen -W 'file:// http:// \ - ftp:// removable:// ssh:// \ + https:// ftp:// removable:// ssh:// \ rsync://' -- $cur ) ) ;; 3) |