Fix typo in help (#819476)
This commit is contained in:
parent
5b6bc40e79
commit
7e133c7e86
@ -48,7 +48,7 @@ def main(args):
|
||||
required.add_option("-r", "--release", help="release information",
|
||||
metavar="STRING")
|
||||
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=[])
|
||||
|
||||
# optional arguments
|
||||
|
Loading…
Reference in New Issue
Block a user