mirror of https://github.com/Icinga/icinga2.git
Update consolecommand.cpp
Rename to debug console in help
This commit is contained in:
parent
0f6dc1289b
commit
74ae67d3b6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue