* doc/grab-attachments.1: Created.

* TODO: Added note about fixing all Launchpad bug reports.
This commit is contained in:
Jonathan Patrick Davies 2008-08-10 14:51:27 +01:00
parent 833061324a
commit f45d1724c7
3 changed files with 32 additions and 0 deletions

2
TODO
View File

@ -1,3 +1,5 @@
- Fix all bugs at Launchpad:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools
- Create missing manpages (for all commands).
- Modify 404main to use the more robust python-apt module.
- Use the short version of the GPL license in all scripts.

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ ubuntu-dev-tools (0.36ubuntu1) intrepid; urgency=low
* doc/ Created new manpages for:
- what-patch.1.
- dch-repeat.1.
- grab-attachment.1.
* doc/requestsync.1: Described variables used by requestsync in man
page. (LP: #237595)

29
doc/grab-attachments.1 Normal file
View File

@ -0,0 +1,29 @@
.TH GRAB-ATTACHMENTS "1" "10 August 2008" "ubuntu-dev-tools"
.SH NAME
grab-attachments \- downloads attachments from a Launchpad bug
.SH SYNOPSIS
.B grab-attachments\fR <\fIbug-number\fR>
.B grab-attachments \-h
.SH DESCRIPTION
.PP
\fBgrab-attachments\fR is a script to download all attachments from a
Launchpad bug report into the current directory.
.SH OPTIONS
.PP
Listed below are the command line options for grab-attachments:
.TP
.B \-h
Display a help message and exit.
.TP
.B <bug-number>
Specifies the Launchpad bug number that the script should download
attachments from.
.SH AUTHOR
.PP
\fBgrab-attachments\fR was written by Daniel Holbach and this manual page was
written by Jonathan Patrick Davies.
.PP
Both are released under the GNU General Public License, version 2.