about summary refs log tree commit diff
path: root/Completion/Debian/Command/_bts
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Debian/Command/_bts')
-rw-r--r--Completion/Debian/Command/_bts4
1 files changed, 3 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts
index 93ca3349c..cd78eb669 100644
--- a/Completion/Debian/Command/_bts
+++ b/Completion/Debian/Command/_bts
@@ -6,7 +6,9 @@ compset -N '[,.]' || compset -n 2
 
 if [[ CURRENT -eq 1 ]]; then
   _wanted cmd expl 'bts command' compadd show bugs close reopen retitle \
-      reassign merge unmerge tag severity forwarded notforwarded help
+      reassign merge unmerge tag severity forwarded notforwarded help \
+      clone submitter found notfound block unblock user usertag \
+      package owner noowner reportspam cache cleancache
   return
 fi