From 25b37a76c774fa6fbb3e19729c6762662422ff6b Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Mon, 18 Feb 2019 14:50:24 +0100 Subject: Use capital letter for all CLI description --- lib/Command/Reset.php | 2 +- lib/Command/Stop.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Command/Reset.php b/lib/Command/Reset.php index 2a7cee1..6d16489 100644 --- a/lib/Command/Reset.php +++ b/lib/Command/Reset.php @@ -70,7 +70,7 @@ class Reset extends ExtendedBase { protected function configure() { parent::configure(); $this->setName('fulltextsearch:reset') - ->setDescription('reset index') + ->setDescription('Reset index') ->addArgument('provider', InputArgument::OPTIONAL, 'provider'); } diff --git a/lib/Command/Stop.php b/lib/Command/Stop.php index 63b039b..6dd7745 100644 --- a/lib/Command/Stop.php +++ b/lib/Command/Stop.php @@ -59,7 +59,7 @@ class Stop extends ExtendedBase { protected function configure() { parent::configure(); $this->setName('fulltextsearch:stop') - ->setDescription('stop all indexing'); + ->setDescription('Stop all indexing'); } -- cgit v1.2.3