mirror of https://github.com/davisking/dlib.git
Made cmd_line_parser::print_options() print out some new lines at the
end so that the user doesn't have to print them.
This commit is contained in:
parent
79656869e3
commit
b5c189aa15
|
@ -151,6 +151,7 @@ namespace dlib
|
|||
else
|
||||
out << "\n" << wrap_string(this->element().description(),ml,ml);
|
||||
}
|
||||
out << _dT(ct,"\n\n");
|
||||
this->reset();
|
||||
}
|
||||
catch (...)
|
||||
|
|
Loading…
Reference in New Issue