From 4996b1d1acc8c5a1533e3e3c44e5e740f16e9cb1 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Fri, 21 Jun 2013 15:11:20 +0200 Subject: [PATCH] - do_copypac: fixed help text of the --revision option (as suggested by darix) It "copies" the specified revision instead of "linking" it. --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index cd018274..cdca9679 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -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',