Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143407 - pybugz --help has errors
Summary: pybugz --help has errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-09 18:21 UTC by Sérgio Luís
Modified: 2006-08-10 02:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sérgio Luís 2006-08-09 18:21:40 UTC
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 Alastair Tse (RETIRED) gentoo-dev 2006-08-10 02:06:17 UTC
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.