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"