summaryrefslogtreecommitdiffstats
path: root/contrib/bugzilla-submit/README
diff options
context:
space:
mode:
authorkiko%async.com.br <>2003-12-11 08:36:20 +0100
committerkiko%async.com.br <>2003-12-11 08:36:20 +0100
commit9e3ebb48f4ea3d78e25e1e7b021bbfbcefd58409 (patch)
tree3ef5e7475cb37cd40945f44536d12aecf95ae8c1 /contrib/bugzilla-submit/README
parenta68d8e889aa22f82315c7106bf5ed27d6de2365b (diff)
downloadbugzilla-9e3ebb48f4ea3d78e25e1e7b021bbfbcefd58409.tar.gz
bugzilla-9e3ebb48f4ea3d78e25e1e7b021bbfbcefd58409.tar.xz
Bug 227724: rename bug-bugzilla to bugzilla-submit. Justdave did the
repository copy, and this is the follow-up patch that implements the content rename. r=gerv, a=justdave.
Diffstat (limited to 'contrib/bugzilla-submit/README')
-rw-r--r--contrib/bugzilla-submit/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/bugzilla-submit/README b/contrib/bugzilla-submit/README
index 08bc3d85c..f9e74b9d4 100644
--- a/contrib/bugzilla-submit/README
+++ b/contrib/bugzilla-submit/README
@@ -1,10 +1,10 @@
-Bug-Bugzilla
-============
+bugzilla-submit
+===============
Authors: Christian Reis <kiko@async.com.br>
Eric Raymond <esr@thyrsus.com>
-Bug-Bugzilla is a simple Python program that creates bugs in a Bugzilla
+bugzilla-submit is a simple Python program that creates bugs in a Bugzilla
instance. It takes as input text resembling message headers (RFC-822
formatted) via standard input, or optionally a number of commandline
parameters. It communicates using HTTP, which allows it to work over a
@@ -23,10 +23,10 @@ Usage Notes
* http://landfill.bugzilla.org/ for testing purposes -- opening test
* bugs on production instances of Bugzilla is definitely not a good idea
-Run "bug-bugzilla --help" for a description of the possible options.
+Run "bugzilla-submit --help" for a description of the possible options.
An example input file, named bugdata.txt, is provided. You can pipe it
-in as standard input to bug-bugzilla, providing a Bugzilla URI through
+in as standard input to bugzilla-submit, providing a Bugzilla URI through
the command-line.
Note that you must create a ~/.netrc entry to authenticate against the
@@ -41,6 +41,6 @@ your password password. An example entry follows:
Documentation
-------------
-Documentation for bug-bugzilla is provided in Docbook format; see
-bug-bugzilla.xml.
+Documentation for bugzilla-submit is provided in Docbook format; see
+bugzilla-submit.xml.