Commit b5c189aa authored by Davis King's avatar Davis King

Made cmd_line_parser::print_options() print out some new lines at the

end so that the user doesn't have to print them.
parent 79656869
......@@ -151,6 +151,7 @@ namespace dlib
else
out << "\n" << wrap_string(this->element().description(),ml,ml);
}
out << _dT(ct,"\n\n");
this->reset();
}
catch (...)
......
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