summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/ide_sdk.py
diff options
context:
space:
mode:
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'