Skip to content

Commit 0827860

Browse files
committed
goto-diff: include --verbosity in help output
Add missing command-line option documentation for --verbosity.
1 parent ec66d39 commit 0827860

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)