plugin/builder: fix indent in cmd line arguments
This commit is contained in:
parent
1715558c8f
commit
f7794daa13
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue