about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Debian/Command/_bug2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 214de1880..cdc27fabe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-05-01  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* unposted: Completion/Debian/Command/_bug: _querybts: Fix
+	positional arguments' description.
+
 	* unposted: Completion/Zsh/Command/_compadd: Fix typo.
 
 2016-05-01  Peter Stephenson  <p.stephenson@samsung.com>
diff --git a/Completion/Debian/Command/_bug b/Completion/Debian/Command/_bug
index d757a4a3d..99118114e 100644
--- a/Completion/Debian/Command/_bug
+++ b/Completion/Debian/Command/_bug
@@ -102,6 +102,6 @@ case "$service" in
       '(-s --source)'{-s,--source}'[query for source packages rather than binary]' \
       '(-v --version)'{-v,--version}'[show version]' \
       "$_rb_commonargs[@]" \
-      '*:package:_deb_packages avail'
+      '*:a package name or bug numbers:_deb_packages avail'
   ;;
 esac