From af80b51bd37d4770aefacb6035726768c8e0ac77 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 23 Dec 2019 02:00:32 -0600 Subject: [PATCH] Adjust newline in handler --- common/cli/eqemu_command_handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cli/eqemu_command_handler.cpp b/common/cli/eqemu_command_handler.cpp index 7ce0dab05..09c805d8f 100644 --- a/common/cli/eqemu_command_handler.cpp +++ b/common/cli/eqemu_command_handler.cpp @@ -96,7 +96,7 @@ namespace EQEmuCommand { "\nCommand" << termcolor::reset << "\n\n" << termcolor::green << argv[1] << arguments_string << termcolor::reset << "\n" << - termcolor::yellow << (!options_string.empty() ? "\nOptions\n\n" : "") << + termcolor::yellow << (!options_string.empty() ? "\nOptions\n" : "") << termcolor::reset << termcolor::cyan << options_string << termcolor::reset; std::cout << command_string.str() << std::endl;