Skip to content

Commit

Permalink
cli: update --help output, premium has full cert c++ coverage (danmar…
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar authored Sep 14, 2023
1 parent 5a21851 commit 79e8735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmdlineparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ void CmdLineParser::printHelp()
<< " Coding standards:\n"
<< " * autosar Autosar (partial)\n"
<< " * cert-c-2016 Cert C 2016 checking\n"
<< " * cert-c++-2016 Cert C++ 2016 checking (partial)\n"
<< " * cert-c++-2016 Cert C++ 2016 checking\n"
<< " * misra-c-2012 Misra C 2012\n"
<< " * misra-c-2023 Misra C 2023\n"
<< " * misra-c++-2008 Misra C++ 2008 (partial)\n"
Expand Down

0 comments on commit 79e8735

Please sign in to comment.