mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 05:28:18 +01:00
Update command descriptions
This commit is contained in:
parent
dd119066fe
commit
32403965f2
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user