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"