File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1174,15 +1174,15 @@ void CmdLineParser::printHelp()
11741174
11751175 if (isCppcheckPremium ()) {
11761176 std::cout << " --premium=<option>\n "
1177- << " Coding standards:\n "
1178- << " * autosar Autosar (partial)\n "
1179- << " * cert-c-2016 Cert C 2016 checking\n "
1180- << " * cert-c++-2016 Cert C++ 2016 checking (partial)\n "
1181- << " * misra-c-2012 Misra C 2012\n "
1182- << " * misra-c++-2008 Misra C++ 2008 (partial)\n "
1183- << " Other:\n "
1184- << " * bughunting Soundy analysis\n "
1185- << " * cert-c-int-precision=BITS integer precision to use in Cert C analysis.\n " ;
1177+ << " Coding standards:\n "
1178+ << " * autosar Autosar (partial)\n "
1179+ << " * cert-c-2016 Cert C 2016 checking\n "
1180+ << " * cert-c++-2016 Cert C++ 2016 checking (partial)\n "
1181+ << " * misra-c-2012 Misra C 2012\n "
1182+ << " * misra-c++-2008 Misra C++ 2008 (partial)\n "
1183+ << " Other:\n "
1184+ << " * bughunting Soundy analysis\n "
1185+ << " * cert-c-int-precision=BITS Integer precision to use in Cert C analysis.\n " ;
11861186 }
11871187
11881188 std::cout <<
You can’t perform that action at this time.
0 commit comments