This commit is contained in:
Stefano Rivera 2011-12-07 01:03:35 +02:00
parent 8ca2144a74
commit c289c20b88

View File

@ -517,7 +517,7 @@ def parse():
"upload.")
parser.add_option("-s", "--sponsor", metavar="USERNAME",
dest="sponsoree", default=None,
help="Sponsor the sync for USERNAME (a launchpad "
help="Sponsor the sync for USERNAME (a Launchpad "
"username).")
parser.add_option("-v", "--verbose",
action="store_true", default=False,
@ -542,10 +542,10 @@ def parse():
help="Show what would be done, but don't actually do "
"it.")
no_lp = optparse.OptionGroup(parser, "Local sync preperation options",
no_lp = optparse.OptionGroup(parser, "Local sync preparation options",
"Options that only apply when using --no-lp. "
"WARNING: The use of --no-lp is not recommended for uploads "
"targetted at Ubuntu. "
"targeted at Ubuntu. "
"The archive-admins discourage its use, except for fakesyncs.")
no_lp.add_option("--no-lp",
dest="lp", action="store_false", default=True,