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:
Tobias Hunger
2016-12-14 15:26:52 +01:00
parent 990cec3371
commit 26f0c7c3ca
6 changed files with 11 additions and 8 deletions

View File

@@ -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)