Skip to content

Commit acf130b

Browse files
committed
BITS
1 parent 186d01f commit acf130b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

cli/cmdlineparser.cpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)