mirror of https://github.com/Icinga/icinga2.git
Merge pull request #5433 from mcktr/mcktr/fix/list-feature-command-5431
Fix: update feature list help text
This commit is contained in:
commit
93a7669cfc
|
@ -32,12 +32,12 @@ REGISTER_CLICOMMAND("feature/list", FeatureListCommand);
|
||||||
|
|
||||||
String FeatureListCommand::GetDescription(void) const
|
String FeatureListCommand::GetDescription(void) const
|
||||||
{
|
{
|
||||||
return "Lists all enabled Icinga 2 features.";
|
return "Lists all available Icinga 2 features.";
|
||||||
}
|
}
|
||||||
|
|
||||||
String FeatureListCommand::GetShortDescription(void) const
|
String FeatureListCommand::GetShortDescription(void) const
|
||||||
{
|
{
|
||||||
return "lists all enabled features";
|
return "lists all available features";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue