From: Antonin Godard Date: Mon, 6 May 2024 00:43:24 +0000 (+0000) Subject: devtool: ide-sdk: correct help typo X-Git-Tag: uninative-4.5~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50e043387a2f0f9a5c2f7a5f914c465c830d329b;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git devtool: ide-sdk: correct help typo Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/devtool/ide_sdk.py b/scripts/lib/devtool/ide_sdk.py index 7807b322b31..65873b088d5 100755 --- a/scripts/lib/devtool/ide_sdk.py +++ b/scripts/lib/devtool/ide_sdk.py @@ -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(