From f2a1bde6951987b8c29f0c3e3d210be08feef444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 7 May 2013 09:29:59 +0200 Subject: [PATCH] Fix typo in help --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 4e7a4383..f34b6f76 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -5280,7 +5280,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. @cmdln.option('--vm-type', metavar='TYPE', help='use VM type TYPE (e.g. kvm)') @cmdln.option('--target', metavar='TARGET', - help='define target plattform') + help='define target platform') @cmdln.option('--alternative-project', metavar='PROJECT', help='specify the build target project') @cmdln.option('-d', '--debuginfo', action='store_true',