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

- do_copypac: fixed help text of the --revision option (as suggested by darix)

It "copies" the specified revision instead of "linking" it.
This commit is contained in:
Marcus Huewe 2013-06-21 15:11:20 +02:00
parent 668a017565
commit 4996b1d1ac

View File

@ -2541,7 +2541,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
@cmdln.option('-d', '--keep-develproject', action='store_true',
help='keep develproject tag in the package metadata')
@cmdln.option('-r', '--revision', metavar='rev',
help='link the specified revision.')
help='copy the specified revision.')
@cmdln.option('-t', '--to-apiurl', metavar='URL',
help='URL of destination api server. Default is the source api server.')
@cmdln.option('-m', '--message', metavar='TEXT',