forked from qt-creator/qt-creator
Add missing command line help.
Change-Id: Ib1f98fa91293478d0f4271f9032e6e3866c81bab Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -600,6 +600,11 @@ void PluginManager::formatOptions(QTextStream &str, int optionIndentation, int d
|
||||
formatOption(str, QLatin1String(OptionsParser::PROFILE_OPTION),
|
||||
QString(), QLatin1String("Profile plugin loading"),
|
||||
optionIndentation, descriptionIndentation);
|
||||
#ifdef WITH_TESTS
|
||||
formatOption(str, QLatin1String(OptionsParser::TEST_OPTION),
|
||||
QLatin1String("plugin|all"), QLatin1String("Run plugin's tests"),
|
||||
optionIndentation, descriptionIndentation);
|
||||
#endif
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user