Restore -l

This commit is contained in:
Stefano Rivera 2010-12-21 21:54:57 +02:00
parent a435c3234b
commit 692627c771
4 changed files with 4 additions and 4 deletions

View File

@ -98,7 +98,7 @@ def parse(args):
default=None,
help='Specify a working directory (default: temporary dir)',
metavar='WORKDIR')
p.add_option('--lpinstance',
p.add_option('-l', '--lpinstance',
dest='lpinstance',
default=None,
help='Launchpad instance to connect to (default: production)',

View File

@ -80,7 +80,7 @@ unpacked, built into, and otherwise manipulated in
\fIWORKDIR\fR. Otherwise, a temporary directory is created, which is
deleted before \fIbackportpackage\fR exits.
.TP
.B \-\-lpinstance\fR=\fIINSTANCE\fR
.B \-l \fIINSTANCE\fR, \fB\-\-lpinstance\fR=\fIINSTANCE\fR
Use the specified instance of Launchpad (e.g. "staging"), instead of
the default of "production".
.TP

View File

@ -67,7 +67,7 @@ This disables the upload permissions check described above.
Use this flag after FeatureFreeze for non-bug fix syncs. \fBrequestsync\fR will
subscribe ubuntu-release team instead of sponsorship team.
.TP
.B \-\-lpinstance\fR=\fIINSTANCE\fR
.B \-l \fIINSTANCE\fR, \fB\-\-lpinstance\fR=\fIINSTANCE\fR
Use the specified instance of Launchpad (e.g. "staging"), instead of
the default of "production".
.TP

View File

@ -59,7 +59,7 @@ if __name__ == '__main__':
optParser.add_option('--lp', action='store_true',
dest='lpapi', default=False,
help='Specify whether to use the LP API for filing the sync request (recommended).')
optParser.add_option('--lpinstance', type='string', metavar='INSTANCE',
optParser.add_option('-l', '--lpinstance', type='string', metavar='INSTANCE',
dest='lpinstance', default=None,
help='Launchpad instance to connect to (default: production).')
optParser.add_option('-s', action='store_true',