Reword console command descriptions
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user