forked from qt-creator/qt-creator
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user