diff options
-rw-r--r-- | contrib/bugzilla-submit/bugzilla-submit.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/bugzilla-submit/bugzilla-submit.xml b/contrib/bugzilla-submit/bugzilla-submit.xml index 5b4b4771e..17ea56cbd 100644 --- a/contrib/bugzilla-submit/bugzilla-submit.xml +++ b/contrib/bugzilla-submit/bugzilla-submit.xml @@ -199,9 +199,10 @@ there are "john@doe.com" and "foo", respectively, your <filename>.netrc</filename> entry should look something like:</para> <screen> -machine "http://landfill.bugzilla.org/bztest/" -login john@doe.com -password foo + machine "http://landfill.bugzilla.org/bztest/" + login john@doe.com + password foo + </screen> <para>Note that the machine entry should match exactly the instance URL |