Skip to content

Commit c078c7c

Browse files
author
kroening
committed
cleanup help text
git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@3864 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
1 parent d0d8d42 commit c078c7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cbmc/cbmc_parseoptions.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,6 @@ void cbmc_parseoptionst::help()
839839
" --show-parse-tree show parse tree\n"
840840
" --show-symbol-table show symbol table\n"
841841
" --show-goto-functions show goto program\n"
842-
" --ppc-macos set MACOS/PPC architecture\n"
843842
" --mm model set memory model (default: sc)\n"
844843
" --arch set architecture (default: "
845844
<< configt::this_architecture() << ")\n"
@@ -875,7 +874,7 @@ void cbmc_parseoptionst::help()
875874
"\n"
876875
"BMC options:\n"
877876
" --function name set main function name\n"
878-
" --property nr only check one specific property\n"
877+
" --property id only check one specific property\n"
879878
" --program-only only show program expression\n"
880879
" --depth nr limit search depth\n"
881880
" --unwind nr unwind nr times\n"

0 commit comments

Comments
 (0)