plugin/builder: fix indent in cmd line arguments

This commit is contained in:
Christian Kellner 2020-09-11 12:10:41 +02:00 committed by Tom Gundersen
parent 1715558c8f
commit f7794daa13

View file

@ -374,9 +374,9 @@ def main():
subpar.add_argument("release", metavar="RELEASE", help='The release')
subpar.add_argument("distro", metavar="NAME", help='The distribution')
subpar.add_argument("repo", metavar="REPO", help='The repository to use',
type=str, action="append", default=[])
type=str, action="append", default=[])
subpar.add_argument("arch", metavar="ARCHITECTURE", help='Request the architecture',
type=str, nargs="+")
type=str, nargs="+")
subpar.add_argument("--format", metavar="FORMAT", help='Request the image format [qcow2]',
action="append", type=str, default=[])
subpar.add_argument("--koji", metavar="URL", help='The koji url',