summaryrefslogtreecommitdiff
blob: 628eae9296d826867fa2bd6682991586adea2ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.\" Hey, Emacs!  This is an -*- nroff -*- source file.
.\" Copyright (c) 2011 William Hubbs
.\" This is free software; see the GNU General Public Licence version 2
.\" or later for copying conditions.  There is NO warranty.
.TH bugz 1 "17 Feb 2011" "0.9.0"
.nh
.SH NAME
bugz \(em command line interface to bugzilla
.SH SYNOPSIS
.B bugz
[
.B global options
]
.B subcommand
[
.B subcommand options
]
.\" .SH OPTIONS
.\" .TP
.\" .B \-o value, \-\^\-long=value
.\" Describe the option.
.SH DESCRIPTION
Bugz is a cprogram which gives you access to the features of the
bugzilla bug tracking system from the command line.
.PP
This man page is a stub; the bugs program has extensive built in help.
.B bugz -h
will show the help for the global options and
.B bugz [subcommand] -h
will show the help for a specific subcommand.
.SH BUGS
.PP
The home page of this project is http://www.github.com/williamh/pybugz.
Bugs should be reported to the bug tracker there.
.\" .SH SEE ALSO
.\" .PP
.SH AUTHOR
.PP
The original author is Alastair Tse <alastair@liquidx.net>.
The current maintainer is William Hubbs <w.d.hubbs@gmail.com>. William
also wrote this man page.