Thank you Z3

This commit is contained in:
Daniel Marjamäki 2020-04-20 20:34:47 +02:00
parent da6e0308c5
commit 7921aa891a
1 changed files with 2 additions and 1 deletions

View File

@ -1255,5 +1255,6 @@ void CmdLineParser::printHelp()
" * tinyxml2 -- loading project/library/ctu files.\n"
" * picojson -- loading compile database.\n"
" * pcre -- rules.\n"
" * qt -- used in GUI\n";
" * qt -- used in GUI\n"
" * z3 -- theorem prover from Microsoft Research used in bug hunting.\n";
}