From 9145e074205b09375a2b59abe4b028342fb10b72 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Fri, 20 Jun 2008 16:39:15 +0000 Subject: Want baseurl, not a @BUGNO@ url during instance create. --- bugzilla.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3-65-gdbad