summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bugzilla.121
1 files changed, 21 insertions, 0 deletions
diff --git a/bugzilla.1 b/bugzilla.1
new file mode 100644
index 0000000..139a820
--- /dev/null
+++ b/bugzilla.1
@@ -0,0 +1,21 @@
+.TH bugzilla 1 "December 12, 2007" "version 0.1" "USER COMMANDS"
+.SH NAME
+bugzilla - command-line interface to Bugzilla over XML-RPC
+.SH SYNOPSIS
+.B bugzilla
+[command] [options]
+.SH DESCRIPTION
+.B bugzilla
+is a command-line utility that allows access to the XML-RPC interface provided
+by Bugzilla.
+.SH OPTIONS
+.TP
+\-\-help
+Get help.
+.SH EXAMPLES
+.TP
+TODO.
+.SH EXIT STATUS
+Also TODO.
+.SH AUTHOR
+Will Woods <wwoods@redhat.com>