Commit 81a31dcd authored by Dominik Charousset's avatar Dominik Charousset

Fix documentation warning

parent fdce05dd
...@@ -58,8 +58,8 @@ config_option_set& config_option_set::add(config_option opt) { ...@@ -58,8 +58,8 @@ config_option_set& config_option_set::add(config_option opt) {
} }
std::string config_option_set::help_text(bool global_only) const { std::string config_option_set::help_text(bool global_only) const {
//<--- argument --------> <---- description ---> // <--- argument --------> <---- description --->
// (-w|--write) <string> : output file // (-w|--write) <string> : output file
auto build_argument = [](const config_option& x) { auto build_argument = [](const config_option& x) {
string_builder sb; string_builder sb;
if (x.short_names().empty()) { if (x.short_names().empty()) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment