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:
Antonin Godard
2024-05-06 00:43:24 +00:00
committed by Steve Sakoman
parent 04b30d35c5
commit 8cd04cd9a0

View File

@@ -1052,7 +1052,7 @@ def register_commands(subparsers, context):
parser_ide_sdk.add_argument( parser_ide_sdk.add_argument(
'-I', '--key', help='Specify ssh private key for connection to the target') '-I', '--key', help='Specify ssh private key for connection to the target')
parser_ide_sdk.add_argument( 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( parser_ide_sdk.add_argument(
'-k', '--bitbake-k', help='Pass -k parameter to bitbake', action='store_true') '-k', '--bitbake-k', help='Pass -k parameter to bitbake', action='store_true')
parser_ide_sdk.add_argument( parser_ide_sdk.add_argument(