We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d8d42 commit c078c7cCopy full SHA for c078c7c
src/cbmc/cbmc_parseoptions.cpp
@@ -839,7 +839,6 @@ void cbmc_parseoptionst::help()
839
" --show-parse-tree show parse tree\n"
840
" --show-symbol-table show symbol table\n"
841
" --show-goto-functions show goto program\n"
842
- " --ppc-macos set MACOS/PPC architecture\n"
843
" --mm model set memory model (default: sc)\n"
844
" --arch set architecture (default: "
845
<< configt::this_architecture() << ")\n"
@@ -875,7 +874,7 @@ void cbmc_parseoptionst::help()
875
874
"\n"
876
"BMC options:\n"
877
" --function name set main function name\n"
878
- " --property nr only check one specific property\n"
+ " --property id only check one specific property\n"
879
" --program-only only show program expression\n"
880
" --depth nr limit search depth\n"
881
" --unwind nr unwind nr times\n"
0 commit comments