diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Completion/Debian/Command/_bug | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 3b631fecb..982c129bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-12-10 Clint Adams <clint@zsh.org> + + * 27494: Completion/Debian/Command/_bug: reportbug --paranoid, + --no-paranoid, --body, and --body-file. + 2009-12-07 Peter Stephenson <p.w.stephenson@ntlworld.com> * 27479: Src/Zle/zle_tricky.c: prevent completions @@ -12457,5 +12462,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4836 $ +* $Revision: 1.4837 $ ***************************************************** diff --git a/Completion/Debian/Command/_bug b/Completion/Debian/Command/_bug index 77f680837..d757a4a3d 100644 --- a/Completion/Debian/Command/_bug +++ b/Completion/Debian/Command/_bug @@ -88,6 +88,10 @@ case "$service" in '(-d)--debug' \ '--version' \ '--license' \ + '(--no-paranoid)--paranoid' \ + '(--paranoid)--no-paranoid' \ + '--body=:message body string' \ + '--body-file=:message body file:_files' \ "$_bug_commonargs[@]" \ "$_rb_commonargs[@]" ;; |