aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-06-20 16:39:15 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-06-20 16:39:15 +0000
commit9145e074205b09375a2b59abe4b028342fb10b72 (patch)
tree9c6a7ad386a2805c07fb08c474a5c797be9ac5e3
parentFix whitespace. (diff)
downloadrbot-bugzilla-9145e074205b09375a2b59abe4b028342fb10b72.tar.gz
rbot-bugzilla-9145e074205b09375a2b59abe4b028342fb10b72.tar.bz2
rbot-bugzilla-9145e074205b09375a2b59abe4b028342fb10b72.zip
Want baseurl, not a @BUGNO@ url during instance create.
-rw-r--r--bugzilla.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla.rb b/bugzilla.rb
index 37a3aed..974a586 100644
--- a/bugzilla.rb
+++ b/bugzilla.rb
@@ -943,7 +943,7 @@ class BugzillaPlugin < Plugin
"zilla" => "zilla #{Bold}instance#{Bold}|#{Bold}default#{Bold}|#{Bold}source#{Bold}|#{Bold}credits#{Bold} : manages bugzilla lists.",
"zilla instance" => "zilla instance #{Bold}add#{Bold}|#{Bold}delete#{Bold}|#{Bold}set#{Bold}|#{Bold}show#{Bold}|#{Bold}list#{Bold} : handle bugzilla instances",
- "zilla instance add" => "zilla instance add #{Bold}name#{Bold} #{Bold}baseurl#{Bold} : adds a new bugzilla (use \#{bugno} in URLs to replace the bug number)",
+ "zilla instance add" => "zilla instance add #{Bold}name#{Bold} #{Bold}baseurl#{Bold} : adds a new bugzilla",
"zilla instance delete" => "zilla instance delete #{Bold}name#{Bold} : delete the named bugzilla",
"zilla instance set" => "zilla instance set #{Bold}name#{Bold} #{Bold}option#{Bold} #{Bold}value#{Bold} : set the option to a given value for the zilla. Valid options are " + OPTIONS.join(", "),
"zilla instance list" => "zilla instance list : shows current querable bugzilla instancess",