build: Clarify need for separating extra bitbake args
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
2c3997ad56
commit
08631e428f
@ -63,7 +63,8 @@ class Build:
|
||||
|
||||
parser.add_argument('extra_bitbake_args',
|
||||
nargs='*',
|
||||
help='Extra arguments to pass to bitbake')
|
||||
help='Extra arguments to pass to bitbake '
|
||||
'(typically requires separation via \'--\')')
|
||||
parser.add_argument('--target',
|
||||
action='append',
|
||||
help='Select target to build')
|
||||
|
Loading…
Reference in New Issue
Block a user