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,7 +1899,12 @@ 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.\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 "
19031908 " --premium-license-file=<path>\n "
19041909 " Provide license file path with argument.\n " ;
19051910 }
You can’t perform that action at this time.
0 commit comments