From 1630792e21373dfdbf94c7f33bc5f6c2f73d4247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 20 Jul 2011 17:17:56 +0200 Subject: [PATCH] - fix DISTURL help --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 506bfd1c..f001fb42 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -3394,7 +3394,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. while inside a project directory: osc co PACKAGE # check out PACKAGE from project - with the result of rpm -q --qf '%%{disturl}n' PACKAGE + with the result of rpm -q --qf '%%{DISTURL}\\n' PACKAGE osc co obs://API/PROJECT/PLATFORM/REVISION-PACKAGE ${cmd_option_list}