SdkTool: Fix some help text

Change-Id: I68983e9dfd2bdff0cff0699f6680c4352cb85f21
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2022-03-09 12:21:18 +01:00
parent dd5199aa8f
commit fb9eae0472

View File

@@ -55,8 +55,8 @@ QString AddDeviceOperation::helpText() const
QString AddDeviceOperation::argumentsHelpText() const
{
return QLatin1String(" --id <ID> id of the new kit (required).\n"
" --name <NAME> display name of the new kit (required).\n"
return QLatin1String(" --id <ID> id of the new device (required).\n"
" --name <NAME> display name of the new device (required).\n"
" --type <INT> type (required).\n"
" --authentication <INT> authentication.\n"
" --b2qHardware <STRING> Boot2Qt Platform Info Hardware.\n"