From 74ae67d3b6547cf338bc7be130326ab30c24849f Mon Sep 17 00:00:00 2001 From: Jean Flach Date: Mon, 15 Jan 2018 14:40:31 +0100 Subject: [PATCH] Update consolecommand.cpp Rename to debug console in help --- lib/cli/consolecommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/consolecommand.cpp b/lib/cli/consolecommand.cpp index 735be4b67..ade7ae43c 100644 --- a/lib/cli/consolecommand.cpp +++ b/lib/cli/consolecommand.cpp @@ -388,7 +388,7 @@ incomplete: if (line == "$continue" || line == "$quit" || line == "$exit") break; else if (line == "$help") - std::cout << "Welcome to the Icinga 2 console/script debugger.\n" + std::cout << "Welcome to the Icinga 2 debug console.\n" "Usable commands:\n" " $continue, $quit, $exit Quit the console\n" " $help Print this help\n\n" -- 2.50.1