mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
devtool: ide-sdk: correct help typo
(From OE-Core rev: 50e043387a2f0f9a5c2f7a5f914c465c830d329b) Signed-off-by: Antonin Godard <antoningodard@pm.me> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
70a857b8f3
commit
12c447b38a
@@ -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