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:
Davis King 2012-12-12 19:57:59 -05:00
parent 79656869e3
commit b5c189aa15
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ namespace dlib
else
out << "\n" << wrap_string(this->element().description(),ml,ml);
}
out << _dT(ct,"\n\n");
this->reset();
}
catch (...)