From d174599b8d4cff9296ccaf0ce9d003206f1c58f8 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Tue, 1 Feb 2011 20:07:29 +0100 Subject: [PATCH] - escape % in help text --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 638874fd..fe4c05bc 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -2857,7 +2857,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}