mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
devtool: ide-sdk: correct help typo
(From OE-Core rev: 149f79c877f476eabafc667629f89af335fcae34) Signed-off-by: Antonin Godard <antoningodard@pm.me> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 50e043387a2f0f9a5c2f7a5f914c465c830d329b) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
04b30d35c5
commit
8cd04cd9a0
@@ -1052,7 +1052,7 @@ def register_commands(subparsers, context):
|
||||
parser_ide_sdk.add_argument(
|
||||
'-I', '--key', help='Specify ssh private key for connection to the target')
|
||||
parser_ide_sdk.add_argument(
|
||||
'--skip-bitbake', help='Generate IDE configuration but skip calling bibtake to update the SDK.', action='store_true')
|
||||
'--skip-bitbake', help='Generate IDE configuration but skip calling bitbake to update the SDK', action='store_true')
|
||||
parser_ide_sdk.add_argument(
|
||||
'-k', '--bitbake-k', help='Pass -k parameter to bitbake', action='store_true')
|
||||
parser_ide_sdk.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user