Update command descriptions

This commit is contained in:
James Brooks 2017-01-02 19:04:35 +00:00
parent dd119066fe
commit 32403965f2
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ class BeaconCommand extends Command
*
* @var string
*/
protected $description = 'Communicate with the Cachet Beacon server.';
protected $description = 'Communicate with the Cachet Beacon server';
/**
* Execute the console command.

View File

@ -39,7 +39,7 @@ class DemoMetricPointSeederCommand extends Command
*
* @var string
*/
protected $description = 'Seeds the demo Cachet metrics with points.';
protected $description = 'Seeds the demo Cachet metrics with points';
/**
* Execute the console command.

View File

@ -50,7 +50,7 @@ class DemoSeederCommand extends Command
*
* @var string
*/
protected $description = 'Seeds Cachet with demo data.';
protected $description = 'Seeds Cachet with demo data';
/**
* The settings repository.