forked from qt-creator/qt-creator
SDKtool: Enable operation on filenames again and improve help text
Change-Id: Icc447745ddbd4bd75b4805f42593e2ee1621e28e Reviewed-by: Christoph Sterz <christoph.sterz@kdab.com> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -39,7 +39,8 @@ QString FindValueOperation::helpText() const
|
||||
|
||||
QString FindValueOperation::argumentsHelpText() const
|
||||
{
|
||||
return QLatin1String("A file (profiles, qtversions or toolchains) followed by one or more type:value tupels to search for.\n");
|
||||
return QLatin1String("A file (relative to top-level settings directory and without .xml extension)\n"
|
||||
"followed by one or more type:value tupels to search for.\n");
|
||||
}
|
||||
|
||||
bool FindValueOperation::setArguments(const QStringList &args)
|
||||
|
||||
Reference in New Issue
Block a user