From 0d9cd8fad9936a78183c00a3d5edeb9db284cae4 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 7 Oct 2016 12:24:19 +0100 Subject: [PATCH] Reword console command descriptions --- app/Console/Commands/BeaconCommand.php | 2 +- app/Console/Commands/DemoMetricPointSeederCommand.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Console/Commands/BeaconCommand.php b/app/Console/Commands/BeaconCommand.php index 03391eb4..0425b048 100644 --- a/app/Console/Commands/BeaconCommand.php +++ b/app/Console/Commands/BeaconCommand.php @@ -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. diff --git a/app/Console/Commands/DemoMetricPointSeederCommand.php b/app/Console/Commands/DemoMetricPointSeederCommand.php index 7c731b6c..2399a2df 100644 --- a/app/Console/Commands/DemoMetricPointSeederCommand.php +++ b/app/Console/Commands/DemoMetricPointSeederCommand.php @@ -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.