Skip to content

Commit 625eae9

Browse files
log_help.cc: Fix source_location on option
1 parent 2da7627 commit 625eae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/log_help.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void ContentListing::usage(const string &text,
4444
void ContentListing::option(const string &text, const string &description,
4545
const source_location location)
4646
{
47-
auto option = open_option(text);
47+
auto option = open_option(text, location);
4848
if (description.length())
4949
option->add_content("text", description, location);
5050
}

0 commit comments

Comments
 (0)