Reword console command descriptions

This commit is contained in:
James Brooks
2016-10-07 12:24:19 +01:00
parent b19d321bae
commit 0d9cd8fad9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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