mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +00:00
un-copy-paste a little
This commit is contained in:
parent
f4793f0df0
commit
b4e0849690
@ -38,6 +38,11 @@ This is faster than source packages, as otherwise we must query LP to
|
|||||||
determine the binary packages that every specified source package
|
determine the binary packages that every specified source package
|
||||||
builds.
|
builds.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-u\fR \fIURL\fR, \fB\-\-data\-url\fR=\fIURL\fR
|
||||||
|
URL for index of seeded packages.
|
||||||
|
Default: UbuntuWire's service at
|
||||||
|
\fBhttp://people.ubuntuwire.org/~stefanor/ubuntu-seeded-packages/seeded.json.gz\fR.
|
||||||
|
.TP
|
||||||
\fB\-h\fR, \fB\-\-help\fR
|
\fB\-h\fR, \fB\-\-help\fR
|
||||||
Display a help message and exit
|
Display a help message and exit
|
||||||
|
|
||||||
|
@ -107,9 +107,9 @@ def main():
|
|||||||
default=False, action='store_true',
|
default=False, action='store_true',
|
||||||
help="Binary packages are being specified, "
|
help="Binary packages are being specified, "
|
||||||
"not source packages (fast)")
|
"not source packages (fast)")
|
||||||
parser.add_option('-u', '--service-url', metavar='URL',
|
parser.add_option('-u', '--data-url', metavar='URL',
|
||||||
default=DATA_URL,
|
default=DATA_URL,
|
||||||
help='Reverse Dependencies webservice URL. '
|
help='URL for the seeded packages index. '
|
||||||
'Default: UbuntuWire')
|
'Default: UbuntuWire')
|
||||||
options, args = parser.parse_args()
|
options, args = parser.parse_args()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user