fixed --check-library information message

This commit is contained in:
Daniel Marjamäki 2015-02-03 17:50:32 +01:00
parent ee129fb00d
commit 5888b65bd4
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ void CheckLeakAutoVar::configurationInfo(const Token* tok, const std::string &fu
reportError(tok, reportError(tok,
Severity::information, Severity::information,
"checkLibraryUseIgnore", "checkLibraryUseIgnore",
"--check-library: Function " + functionName + "() should have <use>/<ignore> configuration"); "--check-library: Function " + functionName + "() should have <use>/<leak-ignore> configuration");
} }
} }