Fix typo in help (#819476)
This commit is contained in:
parent
45ee5bf23b
commit
de48c0fa45
@ -48,7 +48,7 @@ def main(args):
|
|||||||
required.add_option("-r", "--release", help="release information",
|
required.add_option("-r", "--release", help="release information",
|
||||||
metavar="STRING")
|
metavar="STRING")
|
||||||
required.add_option("-s", "--source",
|
required.add_option("-s", "--source",
|
||||||
help="source repository (may be listed multibple times)",
|
help="source repository (may be listed multiple times)",
|
||||||
metavar="REPOSITORY", action="append", default=[])
|
metavar="REPOSITORY", action="append", default=[])
|
||||||
|
|
||||||
# optional arguments
|
# optional arguments
|
||||||
|
Loading…
Reference in New Issue
Block a user