Changed dividers output by --options
This commit is contained in:
parent
b2e9cf4ebe
commit
61f7d1295f
1 changed files with 2 additions and 2 deletions
|
|
@ -255,7 +255,7 @@ int global_scope_t::execute_command_wrapper(strings_list args, bool at_repl)
|
||||||
|
|
||||||
void global_scope_t::report_options(report_t& report, std::ostream& out)
|
void global_scope_t::report_options(report_t& report, std::ostream& out)
|
||||||
{
|
{
|
||||||
out << "<=============================================================================>"
|
out << "==============================================================================="
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
out << "[Global scope options]" << std::endl;
|
out << "[Global scope options]" << std::endl;
|
||||||
|
|
||||||
|
|
@ -272,7 +272,7 @@ void global_scope_t::report_options(report_t& report, std::ostream& out)
|
||||||
|
|
||||||
out << std::endl << "[Report scope options]" << std::endl;
|
out << std::endl << "[Report scope options]" << std::endl;
|
||||||
report.report_options(out);
|
report.report_options(out);
|
||||||
out << "<=============================================================================>"
|
out << "==============================================================================="
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue