mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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
|
||||
{
|
||||
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…
x
Reference in New Issue
Block a user