]> granicus.if.org Git - icinga2/commitdiff
Update featurelistcommand.cpp 5433/head
authorMichael I <mcktr55@gmail.com>
Tue, 25 Jul 2017 11:35:20 +0000 (13:35 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Jul 2017 11:35:20 +0000 (13:35 +0200)
refs #5431

lib/cli/featurelistcommand.cpp

index add82babebd2333c344424da292f01e20e343a88..e3fb2dd43f7cb82e403a89085852483635bb494e 100644 (file)
@@ -32,12 +32,12 @@ REGISTER_CLICOMMAND("feature/list", FeatureListCommand);
 
 String FeatureListCommand::GetDescription(void) const
 {
-       return "Lists all enabled Icinga 2 features.";
+       return "Lists all available Icinga 2 features.";
 }
 
 String FeatureListCommand::GetShortDescription(void) const
 {
-       return "lists all enabled features";
+       return "lists all available features";
 }
 
 /**