mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-16 21:01:10 +00:00
Spelling
This commit is contained in:
parent
8ca2144a74
commit
c289c20b88
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user