1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +01:00

change keep-link description to make it easier to understand

This commit is contained in:
Johannes Kastl 2018-09-07 16:48:44 +02:00
parent 48e71b0255
commit ba66a0bc1d

View File

@ -2880,7 +2880,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
@cmdln.option('-k', '--keep-maintainers', action='store_true',
help='keep original maintainers. Default is remove all and replace with the one calling the script.')
@cmdln.option('-K', '--keep-link', action='store_true',
help='keep the source link in target, this also expands the source')
help='If the target package is a link, the link is kept, but may be updated. If the source package is a link, its expanded version is considered.')
@cmdln.option('-d', '--keep-develproject', action='store_true',
help='keep develproject tag in the package metadata')
@cmdln.option('-r', '--revision', metavar='rev',