We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da7627 commit 625eae9Copy full SHA for 625eae9
kernel/log_help.cc
@@ -44,7 +44,7 @@ void ContentListing::usage(const string &text,
44
void ContentListing::option(const string &text, const string &description,
45
const source_location location)
46
{
47
- auto option = open_option(text);
+ auto option = open_option(text, location);
48
if (description.length())
49
option->add_content("text", description, location);
50
}
0 commit comments