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

« back to all changes in this revision

Viewing changes to doc/lp-remove-team-members.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-remove-team-members "1" "Oct 24 2012" "lptools"
 
2
.SH NAME
 
3
lp-remove-team-members \- remove members from a Launchpad team
 
4
 
 
5
.SH SYNOPSIS
 
6
.B lp-remove-team-members <\fIteam\fR> <\fIMEMBER\fR>...
 
7
 
 
8
.SH DESCRIPTION
 
9
\fBlp-remove-team-members\fR allows you to quickly bulk remove users from a team.
 
10
 
 
11
.SH OPTIONS
 
12
Listed below are the command line options for \fBlp-remove-team-members\fR:
 
13
.TP
 
14
.BR <\fIteam\fR>
 
15
Launchpad team to remove members from
 
16
.TP
 
17
.B <\fIMEMBER\fR>...
 
18
List of members to remove from the team
 
19
 
 
20
.SH AUTHORS
 
21
\fBlp-remove-team-members\fR was written by Martin Pool <mbp@canonical.com>,
 
22
and this manual page was written by Nathan Handler <nhandler@ubuntu.com>.