1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-11 16:36:14 +01:00

Fix typo in help

This commit is contained in:
Michal Čihař 2013-05-07 09:29:59 +02:00
parent 954c2fc2b2
commit f2a1bde695

View File

@ -5280,7 +5280,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
@cmdln.option('--vm-type', metavar='TYPE', @cmdln.option('--vm-type', metavar='TYPE',
help='use VM type TYPE (e.g. kvm)') help='use VM type TYPE (e.g. kvm)')
@cmdln.option('--target', metavar='TARGET', @cmdln.option('--target', metavar='TARGET',
help='define target plattform') help='define target platform')
@cmdln.option('--alternative-project', metavar='PROJECT', @cmdln.option('--alternative-project', metavar='PROJECT',
help='specify the build target project') help='specify the build target project')
@cmdln.option('-d', '--debuginfo', action='store_true', @cmdln.option('-d', '--debuginfo', action='store_true',