mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +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:
parent
2d04e3e76f
commit
bc67fcf621
|
@ -977,7 +977,7 @@ def register_commands(subparsers, context):
|
||||||
help='Setup the SDK and configure the IDE')
|
help='Setup the SDK and configure the IDE')
|
||||||
parser_ide_sdk.add_argument(
|
parser_ide_sdk.add_argument(
|
||||||
'recipenames', nargs='+', help='Generate an IDE configuration suitable to work on the given recipes.\n'
|
'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(
|
parser_ide_sdk.add_argument(
|
||||||
'-m', '--mode', type=DevtoolIdeMode, default=DevtoolIdeMode.modified,
|
'-m', '--mode', type=DevtoolIdeMode, default=DevtoolIdeMode.modified,
|
||||||
help='Different SDK types are supported:\n'
|
help='Different SDK types are supported:\n'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user