Bug 143407 - pybugz --help has errors
Bug#: 143407 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: liquidx@gentoo.org Reported By: ld.fifty@gmail.com
Component: Ebuilds
URL: 
Summary: pybugz --help has errors
Keywords:  
Status Whiteboard: 
Opened: 2006-08-09 18:21 0000
Description:   Opened: 2006-08-09 18:21 0000
I found some pybugs in pybugz:

1) Usage gives "bugz search python --assignee liquidx@gentoo.org" as an
example, but it doesnt work:

    $ bugz search python --assignee liquidx@gentoo.org
    usage: bugz search <search term> [options..]

     bugz: error: no such option: --assignee

2) bugz search --help says --cc=CC, it should say --cc CC

    ~ $ bugz search python --cc=liquidx@gentoo.org
    * Using http://bugs.gentoo.org/ ..
    * Searching for "python liquidx@gentoo.org" ordered by "number"
    ! No bugs found
    ~ $ bugz search python --cc liquidx@gentoo.org
    * Using http://bugs.gentoo.org/ ..
    * Searching for "python" ordered by "number"
     81416 maintainer-wanted    dev-python/pylucene (new package)

------- Comment #1 From Alastair Tse (RETIRED) 2006-08-10 02:06:17 0000 -------
Great catches. Thanks for letting me know. I've fixed the argument parsing now
to break when the long opt has an = sign in it and fixed the outdated
'examples' in the help message. Should be in 0.6.2 shortly.