Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348447 - www-client/pybugz bugz has no man page
Summary: www-client/pybugz bugz has no man page
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: William Hubbs
URL: http://code.google.com/p/pybugz/issue...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-11 20:01 UTC by David J Cozatt
Modified: 2010-12-12 18:04 UTC (History)
0 users

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 David J Cozatt 2010-12-11 20:01:33 UTC
random david # man bugz
No manual entry for bugz
 
is installed

random david # bugz --help
usage: bugz [-h] [-b BASE] [-u USER] [-p PASSWORD] [-H HTTPUSER]
            [-P HTTPPASSWORD] [-f] [-q] [--columns COLUMNS]
            [--encoding ENCODING] [--skip-auth] [--version]
            {namedcmd,search,get,modify,attach,attachment,post} ...

positional arguments:
  {namedcmd,search,get,modify,attach,attachment,post}
                        help for sub-commands
    attach              attach file to a bug
    attachment          get an attachment from bugzilla
    get                 get a bug from bugzilla
    modify              modify a bug (eg. post a comment)
    namedcmd            run a stored search
    post                post a new bug into bugzilla
    search              search for bugs in bugzilla

optional arguments:
  -h, --help            show this help message and exit
  -b BASE, --base BASE  base URL of Bugzilla
  -u USER, --user USER  username for commands requiring authentication
  -p PASSWORD, --password PASSWORD
                        password for commands requiring authentication
  -H HTTPUSER, --httpuser HTTPUSER
                        username for basic http auth
  -P HTTPPASSWORD, --httppassword HTTPPASSWORD
                        password for basic http auth
  -f, --forget          forget login after execution
  -q, --quiet           quiet mode
  --columns COLUMNS     maximum number of columns output should use
  --encoding ENCODING   output encoding (default: utf-8).
  --skip-auth           skip Authentication.
  --version             show program version and exit

use -h after a sub-command for sub-command specific help



Reproducible: Always
Comment 1 William Hubbs gentoo-dev 2010-12-12 18:04:45 UTC
This has already been filed upstream.

Thanks,

William