Skip to content

Commit d8a25be

Browse files
committed
fixup! goto-instrument --print-path-lengths: statistics about control-flow graph paths
1 parent f146826 commit d8a25be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/goto-instrument/goto_instrument_parse_options.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,6 +1489,8 @@ void goto_instrument_parse_optionst::help()
14891489
" --show-natural-loops show natural loop heads\n"
14901490
// NOLINTNEXTLINE(whitespace/line_length)
14911491
" --list-calls-args list all function calls with their arguments\n"
1492+
// NOLINTNEXTLINE(whitespace/line_length)
1493+
" --print-path-lengths print statistics about control-flow graph paths\n"
14921494
"\n"
14931495
"Safety checks:\n"
14941496
" --no-assertions ignore user assertions\n"

0 commit comments

Comments
 (0)