File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -915,7 +915,7 @@ void cbmc_parse_optionst::help()
915
915
" \n "
916
916
" Program representations:\n "
917
917
" --show-parse-tree show parse tree\n "
918
- " --show-symbol-table show symbol table\n "
918
+ " --show-symbol-table show loaded symbol table\n "
919
919
HELP_SHOW_GOTO_FUNCTIONS
920
920
" --drop-unused-functions drop functions trivially unreachable from main function\n " // NOLINT(*)
921
921
" \n "
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ void clobber_parse_optionst::help()
398
398
" --big-endian allow big-endian word-byte conversions\n "
399
399
" --unsigned-char make \" char\" unsigned by default\n "
400
400
" --show-parse-tree show parse tree\n "
401
- " --show-symbol-table show symbol table\n "
401
+ " --show-symbol-table show loaded symbol table\n "
402
402
HELP_SHOW_GOTO_FUNCTIONS
403
403
" --ppc-macos set MACOS/PPC architecture\n "
404
404
" --mm model set memory model (default: sc)\n "
Original file line number Diff line number Diff line change @@ -896,7 +896,7 @@ void goto_analyzer_parse_optionst::help()
896
896
" \n "
897
897
" Program representations:\n "
898
898
" --show-parse-tree show parse tree\n "
899
- " --show-symbol-table show symbol table\n "
899
+ " --show-symbol-table show loaded symbol table\n "
900
900
HELP_SHOW_GOTO_FUNCTIONS
901
901
HELP_SHOW_PROPERTIES
902
902
" \n "
Original file line number Diff line number Diff line change @@ -1480,7 +1480,7 @@ void goto_instrument_parse_optionst::help()
1480
1480
" Diagnosis:\n "
1481
1481
" --show-loops show the loops in the program\n "
1482
1482
HELP_SHOW_PROPERTIES
1483
- " --show-symbol-table show symbol table\n "
1483
+ " --show-symbol-table show loaded symbol table\n "
1484
1484
" --list-symbols list symbols with type information\n "
1485
1485
HELP_SHOW_GOTO_FUNCTIONS
1486
1486
" --drop-unused-functions drop functions trivially unreachable from main function\n " // NOLINT(*)
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ class goto_functionst;
24
24
" (list-goto-functions)"
25
25
26
26
#define HELP_SHOW_GOTO_FUNCTIONS \
27
- " --show-goto-functions show goto program\n " \
28
- " --list-goto-functions list goto functions\n "
27
+ " --show-goto-functions show loaded goto program\n " \
28
+ " --list-goto-functions list loaded goto functions\n "
29
29
// clang-format on
30
30
31
31
void show_goto_functions (
Original file line number Diff line number Diff line change @@ -846,7 +846,7 @@ void jbmc_parse_optionst::help()
846
846
" \n "
847
847
" Program representations:\n "
848
848
" --show-parse-tree show parse tree\n "
849
- " --show-symbol-table show symbol table\n "
849
+ " --show-symbol-table show loaded symbol table\n "
850
850
HELP_SHOW_GOTO_FUNCTIONS
851
851
" --drop-unused-functions drop functions trivially unreachable from main function\n " // NOLINT(*)
852
852
" \n "
You can’t perform that action at this time.
0 commit comments