summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/ide_sdk.py
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-10-17 15:30:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-22 12:28:18 +0100
commitbc67fcf6219f9318f95735a911b313760d276d3c (patch)
tree5899ac6fe5fd0b9de9ec675b9298fb4a0bcfa72f /scripts/lib/devtool/ide_sdk.py
parent2d04e3e76f00b1cb8cd472041cd16744131a366f (diff)
downloadpoky-bc67fcf6219f9318f95735a911b313760d276d3c.tar.gz
devtool: ide-sdk: fix help typo
Change "paramter" -> "parameter". (From OE-Core rev: e6e548170a5dee957b34d2a25161632fa37bb567) 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>
Diffstat (limited to 'scripts/lib/devtool/ide_sdk.py')
-rwxr-xr-xscripts/lib/devtool/ide_sdk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/ide_sdk.py b/scripts/lib/devtool/ide_sdk.py
index 350a8b02ca..2f6eddec2a 100755
--- a/scripts/lib/devtool/ide_sdk.py
+++ b/scripts/lib/devtool/ide_sdk.py
@@ -977,7 +977,7 @@ def register_commands(subparsers, context):
977 help='Setup the SDK and configure the IDE') 977 help='Setup the SDK and configure the IDE')
978 parser_ide_sdk.add_argument( 978 parser_ide_sdk.add_argument(
979 'recipenames', nargs='+', help='Generate an IDE configuration suitable to work on the given recipes.\n' 979 'recipenames', nargs='+', help='Generate an IDE configuration suitable to work on the given recipes.\n'
980 'Depending on the --mode paramter different types of SDKs and IDE configurations are generated.') 980 'Depending on the --mode parameter different types of SDKs and IDE configurations are generated.')
981 parser_ide_sdk.add_argument( 981 parser_ide_sdk.add_argument(
982 '-m', '--mode', type=DevtoolIdeMode, default=DevtoolIdeMode.modified, 982 '-m', '--mode', type=DevtoolIdeMode, default=DevtoolIdeMode.modified,
983 help='Different SDK types are supported:\n' 983 help='Different SDK types are supported:\n'