diff options
Diffstat (limited to 'Completion/Debian/Command')
-rw-r--r-- | Completion/Debian/Command/_bts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts index d82606b4d..61f36a841 100644 --- a/Completion/Debian/Command/_bts +++ b/Completion/Debian/Command/_bts @@ -77,11 +77,13 @@ else then _wanted tag expl 'tag' \ compadd patch wontfix moreinfo unreproducible fixed \ - security potato woody sid + security potato woody sid help pending upstream \ + sarge experimental else _wanted tag expl 'tag' \ compadd patch wontfix moreinfo unreproducible fixed \ - security potato woody sid + security potato woody sid help pending upstream \ + sarge experimental _wanted sep expl 'separator' compadd -S ' ' , . fi ;; |