Skip to content

Commit 35fba07

Browse files
committed
cli: updated help text formatting
1 parent cee04f4 commit 35fba07

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

cli/cmdlineparser.cpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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 <<

0 commit comments

Comments
 (0)