Fix typo in help (#819476)

This commit is contained in:
Martin Gracik 2012-05-09 09:15:05 +02:00
parent 45ee5bf23b
commit de48c0fa45

View File

@ -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