mirror of https://github.com/Icinga/icinga2.git
parent
9a418a498e
commit
3e54e34147
|
@ -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";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue