~debian-lptools/debian/sid/lptools/sid

« back to all changes in this revision

Viewing changes to doc/lp-attach.1

  • Committer: Jelmer Vernooij
  • Date: 2023-09-28 12:07:22 UTC
  • mfrom: (2.18.8)
  • Revision ID: jelmer@jelmer.uk-20230928120722-704pws90v7e943dk
* New upstream snapshot.
 + Drop patches for conversion to python 3 and breezy; now merged upstream.
+ debian/upstream/metadata: Drop unknown Homepage field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH lp-attach "1" "Oct 24 2012" "lptools"
 
2
.SH NAME
 
3
lp-attach \- attach a file to a Launchpad bug
 
4
 
 
5
.SH SYNOPSIS
 
6
.B lp-attach <\fIbugnumber\fR>
 
7
 
 
8
.SH DESCRIPTION
 
9
\fBlp-attach\fR attaches a file (read from stdin) as an attachment on a named
 
10
Launchpad bug.
 
11
 
 
12
.SH OPTIONS
 
13
Listed below are the command line options for \fBlp-attach\fR:
 
14
.TP
 
15
.BR <\fIbugnumber\fR>
 
16
Launchpad bug number to attach the file to.
 
17
 
 
18
.SH AUTHORS
 
19
\fBlp-attach\fR was written by Martin Pool <mbp@canonical.com>,
 
20
and this manual page was written by Nathan Handler <nhandler@ubuntu.com>.