summaryrefslogtreecommitdiffstats
path: root/bugzilla.1
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2007-12-17 17:22:18 -0500
committerWill Woods <wwoods@redhat.com>2007-12-17 17:22:18 -0500
commit9576daf69997466a61e529593e8fcd0d42c17957 (patch)
tree856fb3cdb6033c19bfca89ce27aea3625ab08226 /bugzilla.1
parent672c1e66f97d20b63ef04b4202495ba74b9db721 (diff)
downloadpython-bugzilla-9576daf69997466a61e529593e8fcd0d42c17957.tar.gz
python-bugzilla-9576daf69997466a61e529593e8fcd0d42c17957.tar.xz
python-bugzilla-9576daf69997466a61e529593e8fcd0d42c17957.zip
improve man page
Diffstat (limited to 'bugzilla.1')
-rw-r--r--bugzilla.131
1 files changed, 25 insertions, 6 deletions
diff --git a/bugzilla.1 b/bugzilla.1
index 139a820..91e6b9a 100644
--- a/bugzilla.1
+++ b/bugzilla.1
@@ -3,15 +3,34 @@
bugzilla - command-line interface to Bugzilla over XML-RPC
.SH SYNOPSIS
.B bugzilla
-[command] [options]
+[options] [command] [command-options]
.SH DESCRIPTION
+.PP
.B bugzilla
is a command-line utility that allows access to the XML-RPC interface provided
-by Bugzilla.
-.SH OPTIONS
-.TP
-\-\-help
-Get help.
+by Bugzilla.
+.PP
+\fIcommand\fP is one of:
+.br
+.I \fR * new - create a new bug
+.br
+.I \fR * query - search for bugs matching given criteria
+.br
+.I \fR * modify - modify existing bugs
+.br
+.I \fR * info - get info about the given bugzilla instance
+.SH "GENERAL OPTIONS"
+These options apply to any command.
+.PP
+.IP "\fB\-h, \-\-help\fP"
+Displays a help message and then quits. If given after the command,
+this will give command-specific help.
+.IP "\fB\-\-bugzilla=BUGZILLA\fP"
+.IP "\fB\-\-user=USER\fP"
+.IP "\fB\-\-password=PASSWORD\fP"
+.IP "\fB\-\-cookiefile=COOKIEFILE\fP"
+.IP "\fB\-\-verbose\fP"
+.IP "\fB\-\-debug\fP"
.SH EXAMPLES
.TP
TODO.