From f45d1724c7163d5fe524a5c7f4442f9480ccf01c Mon Sep 17 00:00:00 2001 From: Jonathan Patrick Davies Date: Sun, 10 Aug 2008 14:51:27 +0100 Subject: [PATCH] * doc/grab-attachments.1: Created. * TODO: Added note about fixing all Launchpad bug reports. --- TODO | 2 ++ debian/changelog | 1 + doc/grab-attachments.1 | 29 +++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 doc/grab-attachments.1 diff --git a/TODO b/TODO index 7377ce1..414c944 100644 --- a/TODO +++ b/TODO @@ -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. diff --git a/debian/changelog b/debian/changelog index e24c893..f58c649 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) diff --git a/doc/grab-attachments.1 b/doc/grab-attachments.1 new file mode 100644 index 0000000..2fff303 --- /dev/null +++ b/doc/grab-attachments.1 @@ -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 +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.