un-copy-paste a little

This commit is contained in:
Stefano Rivera 2011-12-06 00:29:32 +02:00
parent f4793f0df0
commit b4e0849690
2 changed files with 7 additions and 2 deletions

View File

@ -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
builds.
.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
Display a help message and exit

View File

@ -107,9 +107,9 @@ def main():
default=False, action='store_true',
help="Binary packages are being specified, "
"not source packages (fast)")
parser.add_option('-u', '--service-url', metavar='URL',
parser.add_option('-u', '--data-url', metavar='URL',
default=DATA_URL,
help='Reverse Dependencies webservice URL. '
help='URL for the seeded packages index. '
'Default: UbuntuWire')
options, args = parser.parse_args()