diff --git a/php/EE_CLI/Dispatcher/RootCommand.php b/php/EE_CLI/Dispatcher/RootCommand.php index 4fce772d..60edee72 100644 --- a/php/EE_CLI/Dispatcher/RootCommand.php +++ b/php/EE_CLI/Dispatcher/RootCommand.php @@ -16,7 +16,7 @@ class RootCommand extends CompositeCommand { $this->name = 'EE'; - $this->shortdesc = 'Manage WordPress through the command-line.'; + $this->shortdesc = 'Command-line control panel for Nginx Server to manage WordPress sites.'; } /**