Skip to content

Commit bb6b4fb

Browse files
authored
Merge pull request #6920 from tautschnig/bugfixes/goto-diff-opt
goto-diff: include --verbosity in help output
2 parents 16e7ffe + 0827860 commit bb6b4fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-diff/goto_diff_parse_options.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ void goto_diff_parse_optionst::help()
247247
" --version show version and exit\n"
248248
" --json-ui use JSON-formatted output\n"
249249
HELP_FLUSH
250+
" --verbosity # verbosity level\n"
250251
HELP_TIMESTAMP
251252
"\n";
252253
// clang-format on

0 commit comments

Comments
 (0)