From 21bd79bc56ff2f5f179ef4593988b204cb3b8a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 23 Jul 2009 08:01:31 +0000 Subject: [PATCH] fix change devel requests help --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index a336bc04..223d0e2a 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -628,7 +628,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. @cmdln.alias("cr") @cmdln.alias("changedevelreq") def do_changedevelrequest(self, subcmd, opts, *args): - """${cmd_name}: Handle requests to another project + """${cmd_name}: Create request to change the devel package definition. [See http://en.opensuse.org/Build_Service/Collaboration for information on this topic.]