From 1014a2e8d61abdac093bca76ea6723f325d97ca2 Mon Sep 17 00:00:00 2001 From: Prabuddha Chakraborty Date: Tue, 3 Nov 2015 15:26:02 +0530 Subject: [PATCH] changes desc --- php/EE_CLI/Dispatcher/RootCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'; } /**