]> granicus.if.org Git - icinga2/commitdiff
Update consolecommand.cpp
authorJean Flach <Crunsher@users.noreply.github.com>
Mon, 15 Jan 2018 13:40:31 +0000 (14:40 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Jan 2018 13:40:31 +0000 (14:40 +0100)
Rename to debug console in help

lib/cli/consolecommand.cpp

index 735be4b6707ae5671136306f309c45df0974746e..ade7ae43cd04460245aee03e751bd39a207c0a2d 100644 (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"