]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
devtool: ide-sdk: correct help typo
authorAntonin Godard <antoningodard@pm.me>
Mon, 6 May 2024 00:43:24 +0000 (00:43 +0000)
committerSteve Sakoman <steve@sakoman.com>
Wed, 3 Jul 2024 14:09:47 +0000 (07:09 -0700)
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>
scripts/lib/devtool/ide_sdk.py

index 7807b322b31c4f1c5f4aa182590f3cb5329606a4..65873b088d5729c18de7af9e878feba0fcf9c232 100755 (executable)
@@ -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(