Update consolecommand.cpp

Rename to debug console in help
This commit is contained in:
Jean Flach 2018-01-15 14:40:31 +01:00 committed by GitHub
parent 0f6dc1289b
commit 74ae67d3b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"