From 5c062ea121fbc9459fd45f671e579d0804e68cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Fri, 25 Jul 2008 10:19:32 +0000 Subject: [PATCH] - fixed bug #412145 (typo) --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 9eb5f565..a690c7af 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -1787,7 +1787,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. return 1 if len(args) == 2: - raise oscerr.WrongArgs('Missing argument: build description (spec of dsc file)') + raise oscerr.WrongArgs('Missing argument: build description (spec or dsc file)') elif len(args) < 2: # we are going to raise an error for this, but first look up some helpful details: