From 161cc3742e5a787beabfa6748547d93037185725 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 23 Oct 2025 23:22:19 -0700 Subject: [PATCH] devtool/ide_sdk: Fix help message syntax Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand --- scripts/lib/devtool/ide_sdk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/devtool/ide_sdk.py b/scripts/lib/devtool/ide_sdk.py index d9b54f7991..87a4c13ec5 100755 --- a/scripts/lib/devtool/ide_sdk.py +++ b/scripts/lib/devtool/ide_sdk.py @@ -104,7 +104,7 @@ class RecipeNative: class RecipeGdbCross(RecipeNative): - """Handle handle gdb-cross on the host and the gdbserver on the target device""" + """Handle gdb-cross on the host and the gdbserver on the target device""" def __init__(self, args, target_arch, target_device): super().__init__('gdb-cross-' + target_arch, target_arch) -- 2.47.3