summaryrefslogtreecommitdiffstats
path: root/contrib/bugzilla-submit/bugzilla-submit
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/bugzilla-submit
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/bugzilla-submit')
-rwxr-xr-xcontrib/bugzilla-submit/bugzilla-submit6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bugzilla-submit/bugzilla-submit b/contrib/bugzilla-submit/bugzilla-submit
index e16a968e7..0efa501fa 100755
--- a/contrib/bugzilla-submit/bugzilla-submit
+++ b/contrib/bugzilla-submit/bugzilla-submit
@@ -1,13 +1,13 @@
#!/usr/bin/env python
#
-# bug-bugzilla: a command-line script to post bugs to a Bugzilla instance
+# bugzilla-submit: a command-line script to post bugs to a Bugzilla instance
#
# Authors: Christian Reis <kiko@async.com.br>
# Eric S. Raymond <esr@thyrsus.com>
#
# This is version 0.5.
#
-# For a usage hint run bug-bugzilla --help
+# For a usage hint run bugzilla-submit --help
#
# TODO: use RDF output to pick up valid options, as in
# http://www.async.com.br/~kiko/mybugzilla/config.cgi?ctype=rdf
@@ -15,7 +15,7 @@
import sys
def error(m):
- sys.stderr.write("bug-bugzilla: %s\n" % m)
+ sys.stderr.write("bugzilla-submit: %s\n" % m)
sys.stderr.flush()
sys.exit(1)