From 88b791770a52427e57f2b5b1ee12627c7030f610 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Wed, 10 Sep 2008 16:26:26 -0400 Subject: Update docs a little --- TODO | 4 +++- bugzilla.1 | 13 +++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index bf046db..01a99e3 100644 --- a/TODO +++ b/TODO @@ -9,7 +9,9 @@ For 0.5: Someday: - better documentation for abstract methods in BugzillaBase -- more consistent calls for abstract methods +- more consistent calls for abstract methods. + - fix bz.createbug(description=desc,...) vs. bug.close(comment=desc,...) + - use field_aliases to fix up bug.close and friends? - make the abstract methods return stuff closer to Bugzilla3's return values - auto-generate the man page - Document the 0.x API as it stands diff --git a/bugzilla.1 b/bugzilla.1 index d94e83d..87f1e72 100644 --- a/bugzilla.1 +++ b/bugzilla.1 @@ -1,4 +1,4 @@ -.TH bugzilla 1 "March 25, 2008" "version 0.5" "User Commands" +.TH bugzilla 1 "March 25, 2008" "version 0.4" "User Commands" .SH NAME bugzilla \- command-line interface to Bugzilla over XML-RPC .SH SYNOPSIS @@ -12,6 +12,8 @@ by Bugzilla. .PP \fIcommand\fP is one of: .br +.I \fR * login - log into the given bugzilla instance +.br .I \fR * new - create a new bug .br .I \fR * query - search for bugs matching given criteria @@ -37,13 +39,8 @@ Bugzilla password. If \fIuser\fP and \fIpassword\fP are not specified, .BR bugzilla will try to use cookie authentication instead. .IP "\fB\-\-cookiefile\fP=\fICOOKIEFILE\fP" -Cookie file to use for bugzilla authentication. If not specified, -.BR bugzilla -will search the user's home directory for -.BR firefox (1) -or -.BR mozilla (1) -style cookie files. +Cookie file to use for bugzilla authentication. Default: +.I ~/.bugzillacookies .IP "\fB\-\-verbose\fP" Give some extra information about what's going on. .IP "\fB\-\-debug\fP" -- cgit