diff options
Diffstat (limited to 'Completion/Debian')
-rw-r--r-- | Completion/Debian/Command/_bug | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Completion/Debian/Command/_bug b/Completion/Debian/Command/_bug index 9bd2cb569..fb97d13fc 100644 --- a/Completion/Debian/Command/_bug +++ b/Completion/Debian/Command/_bug @@ -14,8 +14,7 @@ _rb_commonargs=( '(-B --bts)'{-B,--bts=}'[use alternate BTS]:system:(debian gnome kde tdyc kde-debian)' '(-l --ldap)'{-l,--ldap}'[enable LDAP support]' '(-l --ldap)--no-ldap[disable LDAP support]' - '(--http_proxy)--proxy=:proxyhost:_hosts' - '(--proxy)--http_proxy=:proxyhost:_hosts' + '(--proxy --http_proxy)'--{http_,}'proxy=:proxy host:_hosts' ) case "$service" in |