diff options
author | Clint Adams <clint@users.sourceforge.net> | 2009-07-18 18:22:29 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2009-07-18 18:22:29 +0000 |
commit | 0b8d247f6b433231e26d5930a2ff8d737f424e61 (patch) | |
tree | 8ec2fc48e6613d162603369bc8cff2f05d58c0fb /Completion | |
parent | 6b382f82dc80b9eb591f0f462488798455244475 (diff) | |
download | zsh-0b8d247f6b433231e26d5930a2ff8d737f424e61.tar.gz zsh-0b8d247f6b433231e26d5930a2ff8d737f424e61.tar.xz zsh-0b8d247f6b433231e26d5930a2ff8d737f424e61.zip |
27160: tweaks to reportbug completion, thanks to Vincent Lefevre.
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Debian/Command/_bug | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Completion/Debian/Command/_bug b/Completion/Debian/Command/_bug index fb97d13fc..77f680837 100644 --- a/Completion/Debian/Command/_bug +++ b/Completion/Debian/Command/_bug @@ -41,7 +41,6 @@ case "$service" in '(-x --no-cc)'{-x,--no-cc}'[do not cc submitter]' \ '(-z --no-compress)'{-z,--no-compress}'[send configs verbatim]' \ '(-a --af)'{-a,--af}'[use af instead of editor]' \ - '(-b --no-bts-query)'{-b,--no-bts-query}'[do not check bts]' \ '(-g --gpg --gnupg)'{-g,--gpg,--gnupg}'[sign report with GnuPG]' \ '(-i --include)'{-i,--include}'[include text]:include file:_files' \ '(-A --attach)'{-A,--attach=}'[attach file]:attachment:_files' \ @@ -82,7 +81,7 @@ case "$service" in '--list-cc=:carbon copy:' \ '--report-quiet' \ '(-O --offline)'{-O,--offline}'[disable external queries]' \ - '(-n --no-query-bts --query-bts)'{-b,--no-query-bts}'[do not query BTS]' \ + '(-b --no-query-bts --query-bts)'{-b,--no-query-bts}'[do not query BTS]' \ '(-b --no-query-bts)--query-bts' \ '(-T --tags)'{-T,--tags=}'[add specified tags]:tags' \ '(-m)--maintonly' \ |