mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
Update consolecommand.cpp
Rename to debug console in help
This commit is contained in:
parent
0f6dc1289b
commit
74ae67d3b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue