mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 15:14:07 +02:00
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")
|
if (line == "$continue" || line == "$quit" || line == "$exit")
|
||||||
break;
|
break;
|
||||||
else if (line == "$help")
|
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"
|
"Usable commands:\n"
|
||||||
" $continue, $quit, $exit Quit the console\n"
|
" $continue, $quit, $exit Quit the console\n"
|
||||||
" $help Print this help\n\n"
|
" $help Print this help\n\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user