File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1899,12 +1899,9 @@ void CmdLineParser::printHelp() const
18991899 " * safety Turn on safety certified behavior (ON by default)\n "
19001900 " * safety-off Turn off safety certified behavior\n "
19011901 " --premium-cert-c-int-precision=BITS\n "
1902- " Integer precision to use in Cert C analysis. The precision of 'int' and the size of\n "
1903- " 'int' is usually the same, and then you shall not use this option.\n "
1904- " If the precision of 'int' is less than the size of 'int' then use this option to\n "
1905- " specify the precision. BITS shall be a positive value that is less than the size of\n "
1906- " 'int'. I.e. if size of 'int' is 32 bits then BITS shall be a positive value that is\n "
1907- " less than 32.\n "
1902+ " Integer precision to use in Cert C analysis. Only needed if precision of 'int' is\n "
1903+ " less than the size of 'int'. BITS shall be a positive value that is less than the\n "
1904+ " size of 'int'. This precision is used for INT35-C checking.\n "
19081905 " --premium-license-file=<path>\n "
19091906 " Provide license file path with argument.\n " ;
19101907 }
You can’t perform that action at this time.
0 commit comments