From 1a4942da836d5b0df1fe19052414fdf1a18f4547 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Tue, 10 May 2022 10:49:10 +0200 Subject: [PATCH] Fix multibuild packages in osc build --- osc/commandline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osc/commandline.py b/osc/commandline.py index b082b180..1f14a292 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -6533,8 +6533,8 @@ Please submit there instead, or use --nodevelproject to force direct submission. help='Prefer packages from this directory when installing the build-root') @cmdln.option('-k', '--keep-pkgs', metavar='DIR', help='Save built packages into this directory') - @cmdln.option('-M', '--multibuild-package', metavar='MPAC', - help='Build the specified multibuild package') + @cmdln.option('-M', '--multibuild-package', metavar='FLAVOR', + help=HELP_MULTIBUILD_ONE) @cmdln.option('-x', '--extra-pkgs', metavar='PAC', action='append', help='Add this package when installing the build-root') @cmdln.option('--root', metavar='ROOT',