diff --git a/lib/cli/featureutility.cpp b/lib/cli/featureutility.cpp index 3523868c5..829e1042a 100644 --- a/lib/cli/featureutility.cpp +++ b/lib/cli/featureutility.cpp @@ -77,7 +77,7 @@ int FeatureUtility::EnableFeatures(const std::vector& features) } std::cout << "Enabling feature " << ConsoleColorTag(Console_ForegroundMagenta | Console_Bold) << feature - << ConsoleColorTag(Console_Normal) << ". Make sure to restart Icinga 2 for these changes to take effect.\n"; + << ConsoleColorTag(Console_Normal) << ". Make sure to reload Icinga 2 for these changes to take effect.\n"; #ifndef _WIN32 String relativeSource = "../features-available/" + feature + ".conf"; @@ -144,7 +144,7 @@ int FeatureUtility::DisableFeatures(const std::vector& features) } std::cout << "Disabling feature " << ConsoleColorTag(Console_ForegroundMagenta | Console_Bold) << feature - << ConsoleColorTag(Console_Normal) << ". Make sure to restart Icinga 2 for these changes to take effect.\n"; + << ConsoleColorTag(Console_Normal) << ". Make sure to reload Icinga 2 for these changes to take effect.\n"; } if (!errors.empty()) {