diff options
author | Clint Adams <clint@users.sourceforge.net> | 2009-12-10 20:49:27 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2009-12-10 20:49:27 +0000 |
commit | ed9f525f1be7755a5c6a91301581e9ecf4294e29 (patch) | |
tree | 185bda29841780b93bc4b5ac304d9e838aecf3ee /Completion/Debian/Command | |
parent | 72935659636db303df45793a17d9d2fe25178629 (diff) | |
download | zsh-ed9f525f1be7755a5c6a91301581e9ecf4294e29.tar.gz zsh-ed9f525f1be7755a5c6a91301581e9ecf4294e29.tar.xz zsh-ed9f525f1be7755a5c6a91301581e9ecf4294e29.zip |
27494: reportbug --paranoid, --no-paranoid, --body, and --body-file.
Diffstat (limited to 'Completion/Debian/Command')
-rw-r--r-- | Completion/Debian/Command/_bug | 4 |
1 files changed, 4 insertions, 0 deletions
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[@]" ;; |