mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-08 15:31:29 +00:00
Add manpage for lp-set-dup
This commit is contained in:
parent
99414b6d44
commit
af1d20f51e
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,8 +1,9 @@
|
|||||||
ubuntu-dev-tools (0.94) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.94) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* docs/lp-set-dup.1: add manpage for lp-set-dup.
|
||||||
* debian/control: bump Standards-Version to 3.8.4, no changes needed.
|
* debian/control: bump Standards-Version to 3.8.4, no changes needed.
|
||||||
|
|
||||||
-- Luca Falavigna <dktrkranz@ubuntu.com> Sat, 06 Mar 2010 12:51:54 +0100
|
-- Luca Falavigna <dktrkranz@debian.org> Sat, 06 Mar 2010 12:55:40 +0100
|
||||||
|
|
||||||
ubuntu-dev-tools (0.93) lucid; urgency=low
|
ubuntu-dev-tools (0.93) lucid; urgency=low
|
||||||
|
|
||||||
|
28
doc/lp-set-dup.1
Normal file
28
doc/lp-set-dup.1
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
.TH lp\-set\-dup "1" "March 6 2010" "ubuntu-dev-tools"
|
||||||
|
.SH NAME
|
||||||
|
lp\-set-\dup \- mark one or more bugs as duplicate of another bug
|
||||||
|
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B lp\-set\-dup [\-f] <main bug> <duplicate bug> [<duplicate bug> ...]
|
||||||
|
.br
|
||||||
|
.B lp\-set\-dup \-\-help
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
\fBlp\-set\-dup\fR allow to easily mark one or more bug as duplicate of
|
||||||
|
another bug. It checks for permission to operate on a given bug first,
|
||||||
|
then perform required tasks on Launchpad.
|
||||||
|
|
||||||
|
.SH OPTIONS
|
||||||
|
Listed below are the command line options for \fBlp\-set\-dup\fR:
|
||||||
|
.TP
|
||||||
|
.B \-h or \-\-help
|
||||||
|
Display a help message and exit.
|
||||||
|
.TP
|
||||||
|
.B \-f
|
||||||
|
Skip confirmation prompt.
|
||||||
|
|
||||||
|
.SH AUTHORS
|
||||||
|
\fBlp\-set\-dup\fR was written by Loïc Minier <lool@dooz.org>,
|
||||||
|
and this manual page was written by Luca Falavigna <dktrkranz@debian.org>.
|
||||||
|
.PP
|
||||||
|
Both are released under the terms of the GNU General Public License, version 2.
|
Loading…
x
Reference in New Issue
Block a user