Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 348447

Summary: www-client/pybugz bugz has no man page
Product: Gentoo Linux Reporter: David J Cozatt <djcozatt>
Component: Current packagesAssignee: William Hubbs <williamh>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://code.google.com/p/pybugz/issues/detail?id=31
Whiteboard:
Package list:
Runtime testing required: ---

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