diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Debian/Command/_bts | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts index 55dac987e..93ca3349c 100644 --- a/Completion/Debian/Command/_bts +++ b/Completion/Debian/Command/_bts @@ -66,11 +66,15 @@ case "$words[1]" in elif [[ CURRENT -eq 4 ]]; then _wanted tag expl 'tag' \ compadd patch wontfix moreinfo unreproducible fixed security \ - potato woody sid help pending upstream sarge experimental + potato woody sid help pending upstream lfs sarge experimental \ + sarge-ignore d-i confirmed ipv6 fixed-in-experimental \ + fixed-upstream else _wanted tag expl 'tag' \ - compadd patch wontfix moreinfo unreproducible fixed security \ - potato woody sid help pending upstream sarge experimental + compadd patch wontfix moreinfo unreproducible fixed security \ + potato woody sid help pending upstream lfs sarge experimental \ + sarge-ignore d-i confirmed ipv6 fixed-in-experimental \ + fixed-upstream _wanted sep expl 'separator' compadd -S ' ' , . fi ;; |