From: kiko%async.com.br <> Date: Fri, 16 Jul 2004 09:52:34 +0000 (+0000) Subject: Updating manpage for bugzilla-submit, part of bug 244324: X-Git-Tag: bugzilla-2.19.1~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8114329f09d699b6ef6251da4d9c88a8488016fd;p=thirdparty%2Fbugzilla.git Updating manpage for bugzilla-submit, part of bug 244324: bugzilla-submit crashed. --- diff --git a/contrib/bugzilla-submit/bugzilla-submit.xml b/contrib/bugzilla-submit/bugzilla-submit.xml index 2ffa9b6010..ada0c475b3 100644 --- a/contrib/bugzilla-submit/bugzilla-submit.xml +++ b/contrib/bugzilla-submit/bugzilla-submit.xml @@ -53,7 +53,11 @@ instance specified by the single positional argument. Login/password credentials are read from the calling user's ~/.netrc file. -The program accepts the following options to set or override fields: +bugzilla-submit accepts a single argument: +bugzilla-url. Its value must match the +relevant Bugzilla instance's base URL (technically, its +urlbase param). The program also accepts the +following options to set or override fields: -b. --bug-status @@ -187,7 +191,23 @@ the bug is to be submitted. Must contain an entry in which the machine field is the Bugzilla instance URL, the login field is your ID on that host, and the password field is the right password. The URL in the machine field -must be enclosed in double quotes. +must be enclosed in double quotes. + +For example, if your Bugzilla instance is at +"http://landfill.bugzilla.org/bztest/", and your login and password +there are "john@doe.com" and "foo", respectively, your +.netrc entry should look something like: + + +machine "http://landfill.bugzilla.org/bztest/" +login john@doe.com +password foo + + +Note that the machine entry should match exactly the instance URL +specified to bugzilla-submit. + +