1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-13 17:16:23 +01:00
Fixes metvars in some help texts.
This commit is contained in:
Marcus Huewe 2017-05-17 23:43:14 +02:00
commit e809cc8ef1

View File

@ -1042,7 +1042,7 @@ class Osc(cmdln.Cmdln):
help='specify message TEXT')
@cmdln.option('-r', '--revision', metavar='REV',
help='specify a certain source revision ID (the md5 sum) for the source package')
@cmdln.option('-s', '--supersede', metavar='SUPERSEDE',
@cmdln.option('-s', '--supersede', metavar='REQUEST_ID',
help='Superseding another request by this one')
@cmdln.option('--nodevelproject', action='store_true',
help='do not follow a defined devel project ' \
@ -1678,7 +1678,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
help='specify message TEXT')
@cmdln.option('-r', '--revision', metavar='REV',
help='for "create", specify a certain source revision ID (the md5 sum)')
@cmdln.option('-s', '--supersede', metavar='SUPERSEDE',
@cmdln.option('-s', '--supersede', metavar='REQUEST_ID',
help='Superseding another request by this one')
@cmdln.option('--nodevelproject', action='store_true',
help='do not follow a defined devel project ' \
@ -3062,7 +3062,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
help='specify incident number to merge in')
@cmdln.option('--incident-project', metavar='INCIDENT_PROJECT',
help='specify incident project to merge in')
@cmdln.option('-s', '--supersede', metavar='SUPERSEDE',
@cmdln.option('-s', '--supersede', metavar='REQUEST_ID',
help='Superseding another request by this one')
@cmdln.alias("mr")
def do_maintenancerequest(self, subcmd, opts, *args):
@ -5955,7 +5955,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
help='build a package which does not exist on the server')
@cmdln.option('--linksources', action='store_true',
help='use hard links instead of a deep copied source')
@cmdln.option('--vm-memory', metavar='TYPE',
@cmdln.option('--vm-memory', metavar='MEMORY',
help='use given MB for VM')
@cmdln.option('--vm-type', metavar='TYPE',
help='use VM type TYPE (e.g. kvm)')