]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
devtool: ide-sdk: fix help typo
authorAntonin Godard <antonin.godard@bootlin.com>
Thu, 17 Oct 2024 13:30:55 +0000 (15:30 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Oct 2024 11:26:25 +0000 (12:26 +0100)
Change "paramter" -> "parameter".

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/ide_sdk.py

index 350a8b02ca2d52ec527c2c05af00f3ba48920233..2f6eddec2a0786300b79206f3320eef9d275e350 100755 (executable)
@@ -977,7 +977,7 @@ def register_commands(subparsers, context):
                                            help='Setup the SDK and configure the IDE')
     parser_ide_sdk.add_argument(
         'recipenames', nargs='+', help='Generate an IDE configuration suitable to work on the given recipes.\n'
-        'Depending on the --mode paramter different types of SDKs and IDE configurations are generated.')
+        'Depending on the --mode parameter different types of SDKs and IDE configurations are generated.')
     parser_ide_sdk.add_argument(
         '-m', '--mode', type=DevtoolIdeMode, default=DevtoolIdeMode.modified,
         help='Different SDK types are supported:\n'