cli: updated help text formatting

This commit is contained in:
Daniel Marjamäki 2022-08-25 22:35:53 +02:00
parent cee04f4ee5
commit 35fba07910
1 changed files with 9 additions and 9 deletions

View File

@ -1182,7 +1182,7 @@ void CmdLineParser::printHelp()
<< " * misra-c++-2008 Misra C++ 2008 (partial)\n" << " * misra-c++-2008 Misra C++ 2008 (partial)\n"
<< " Other:\n" << " Other:\n"
<< " * bughunting Soundy analysis\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 << std::cout <<