mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
2d04e3e76f
commit
bc67fcf621
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user