Update featurelistcommand.cpp

refs #5431
This commit is contained in:
Michael I 2017-07-25 13:35:20 +02:00 committed by GitHub
parent 9a418a498e
commit 3e54e34147
1 changed files with 2 additions and 2 deletions

View 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";
}
/**