cli: updated help text formatting
This commit is contained in:
parent
cee04f4ee5
commit
35fba07910
|
@ -1182,7 +1182,7 @@ void CmdLineParser::printHelp()
|
|||
<< " * misra-c++-2008 Misra C++ 2008 (partial)\n"
|
||||
<< " Other:\n"
|
||||
<< " * bughunting Soundy analysis\n"
|
||||
<< " * cert-c-int-precision=BITS integer precision to use in Cert C analysis.\n";
|
||||
<< " * cert-c-int-precision=BITS Integer precision to use in Cert C analysis.\n";
|
||||
}
|
||||
|
||||
std::cout <<
|
||||
|
|
Loading…
Reference in New Issue