From fb9eae0472d30948e1eccf841811f70199abf5ed Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 9 Mar 2022 12:21:18 +0100 Subject: [PATCH] SdkTool: Fix some help text Change-Id: I68983e9dfd2bdff0cff0699f6680c4352cb85f21 Reviewed-by: Reviewed-by: Eike Ziller --- src/tools/sdktool/adddeviceoperation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/sdktool/adddeviceoperation.cpp b/src/tools/sdktool/adddeviceoperation.cpp index f7137ef366c..361e763d828 100644 --- a/src/tools/sdktool/adddeviceoperation.cpp +++ b/src/tools/sdktool/adddeviceoperation.cpp @@ -55,8 +55,8 @@ QString AddDeviceOperation::helpText() const QString AddDeviceOperation::argumentsHelpText() const { - return QLatin1String(" --id id of the new kit (required).\n" - " --name display name of the new kit (required).\n" + return QLatin1String(" --id id of the new device (required).\n" + " --name display name of the new device (required).\n" " --type type (required).\n" " --authentication authentication.\n" " --b2qHardware Boot2Qt Platform Info Hardware.\n"